mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
0e1dc3456f
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>
4 lines
97 B
Text
4 lines
97 B
Text
CONFIG_SYS_EXTRA_OPTIONS="VCT_PREMIUM"
|
|
CONFIG_MIPS=y
|
|
CONFIG_TARGET_VCT=y
|
|
CONFIG_SYS_BIG_ENDIAN=y
|