summaryrefslogtreecommitdiffstats
path: root/include/configs/arcangel4.h
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-02-03 13:58:11 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-02-09 16:41:20 +0300
commit812980bdd6c9112014f3946d1cb2728a2121ba34 (patch)
tree161fe045165e4b7442b28c4c4aebf2ec1eab6585 /include/configs/arcangel4.h
parent832325c18d1d68e0ee46810f788421865f6372d9 (diff)
downloadblackbird-obmc-uboot-812980bdd6c9112014f3946d1cb2728a2121ba34.tar.gz
blackbird-obmc-uboot-812980bdd6c9112014f3946d1cb2728a2121ba34.zip
arc: add more flavours of ARC700 series CPU
Now we may select a particular version of ARC700: * ARC750D or * ARC770D It allows more flexible (or more fine tuned) configuration of U-Boot. Before that change we relied on minimal configuration but now we may use specific features of each CPU. Moreover allows us to escape manual selection of options that exist in both CPUs but may have say different version like MMUv2 in ARC750D vs MMUv3 in ARC770D. 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 2afb63d80d..565f70e165 100644
--- a/include/configs/arcangel4.h
+++ b/include/configs/arcangel4.h
@@ -10,7 +10,6 @@
/*
* CPU configuration
*/
-#define CONFIG_ARC_MMU_VER 3
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ
OpenPOWER on IntegriCloud