mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 02:31:24 +01:00
Add new Kconfig option to let the user select the targets endianess. Each target have to select SUPPORTS_BIG_ENDIAN and/or SUPPORTS_LITTLE_ENDIAN to indicate which endianess is supported. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
3 lines
60 B
Text
3 lines
60 B
Text
CONFIG_MIPS=y
|
|
CONFIG_TARGET_MALTA=y
|
|
CONFIG_SYS_BIG_ENDIAN=y
|