summaryrefslogtreecommitdiffstats
path: root/include/configs/arcangel4.h
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-02-03 13:58:10 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-02-09 16:41:20 +0300
commit832325c18d1d68e0ee46810f788421865f6372d9 (patch)
tree6832617bba38ed2dce20d456d75ee9aa8c1646cb /include/configs/arcangel4.h
parentf958a91fa5cefd0cda76c887ee0488fb9158496e (diff)
downloadblackbird-obmc-uboot-832325c18d1d68e0ee46810f788421865f6372d9.tar.gz
blackbird-obmc-uboot-832325c18d1d68e0ee46810f788421865f6372d9.zip
arc: remove CPU hard-coded selection from board description in include/configs
With switch to Kconfig we only need very board-specific descriptions in include/configs. CPU selection is performed with either defconfig or manually via menuconfig. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include/configs/arcangel4.h')
-rw-r--r--include/configs/arcangel4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/arcangel4.h b/include/configs/arcangel4.h
index 81934a45a8..2afb63d80d 100644
--- a/include/configs/arcangel4.h
+++ b/include/configs/arcangel4.h
@@ -10,7 +10,6 @@
/*
* CPU configuration
*/
-#define CONFIG_ARC700
#define CONFIG_ARC_MMU_VER 3
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ
OpenPOWER on IntegriCloud