summaryrefslogtreecommitdiffstats
path: root/configs/vct_platinumavc_onenand_defconfig
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-10-26 14:14:07 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-01 18:17:22 +0100
commit0e1dc3456fef34832ef67161f4a96d90363294ec (patch)
tree2d1e2863e4cd76cda67039b7f90a7b1df61d152a /configs/vct_platinumavc_onenand_defconfig
parent571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 (diff)
downloadblackbird-obmc-uboot-0e1dc3456fef34832ef67161f4a96d90363294ec.tar.gz
blackbird-obmc-uboot-0e1dc3456fef34832ef67161f4a96d90363294ec.zip
MIPS: kconfig: add options for endianess select
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>
Diffstat (limited to 'configs/vct_platinumavc_onenand_defconfig')
-rw-r--r--configs/vct_platinumavc_onenand_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vct_platinumavc_onenand_defconfig b/configs/vct_platinumavc_onenand_defconfig
index 926c6e4050..1e0c3991ff 100644
--- a/configs/vct_platinumavc_onenand_defconfig
+++ b/configs/vct_platinumavc_onenand_defconfig
@@ -1,3 +1,4 @@
CONFIG_SYS_EXTRA_OPTIONS="VCT_PLATINUMAVC,VCT_ONENAND"
CONFIG_MIPS=y
CONFIG_TARGET_VCT=y
+CONFIG_SYS_BIG_ENDIAN=y
OpenPOWER on IntegriCloud