summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-02-03 13:58:14 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-02-09 16:41:20 +0300
commit1f9ad44546ea872fc6671602eb411377dd424c9e (patch)
tree144e42bbbfcc0254e05d32ff1460c6e4fd10b74f /configs
parent205e7a7b77726abeff57576e2ecf2c6d4dc07ccf (diff)
downloadblackbird-obmc-uboot-1f9ad44546ea872fc6671602eb411377dd424c9e.tar.gz
blackbird-obmc-uboot-1f9ad44546ea872fc6671602eb411377dd424c9e.zip
arc: add selection of endianess in Kconfig
This change allows to keep board description clean and minimalistic. This is especially helpful if one board may house different CPUs with different features. It is applicable to both FPGA-based boards or those that have CPUs mounted on interchnagable daughter-boards. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/arcangel4-be_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/arcangel4-be_defconfig b/configs/arcangel4-be_defconfig
index 0c3ab4e4fc..5d2e126e2e 100644
--- a/configs/arcangel4-be_defconfig
+++ b/configs/arcangel4-be_defconfig
@@ -1,3 +1,4 @@
CONFIG_ARC=y
-CONFIG_TARGET_ARCANGEL4_BE=y
+CONFIG_TARGET_ARCANGEL4=y
CONFIG_SYS_CLK_FREQ=70000000
+CONFIG_CPU_BIG_ENDIAN=y
OpenPOWER on IntegriCloud