diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-03 13:58:11 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-09 16:41:20 +0300 |
commit | 812980bdd6c9112014f3946d1cb2728a2121ba34 (patch) | |
tree | 161fe045165e4b7442b28c4c4aebf2ec1eab6585 /include/configs/axs101.h | |
parent | 832325c18d1d68e0ee46810f788421865f6372d9 (diff) | |
download | u-boot-midas-812980bdd6c9112014f3946d1cb2728a2121ba34.tar.gz u-boot-midas-812980bdd6c9112014f3946d1cb2728a2121ba34.tar.bz2 u-boot-midas-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/axs101.h')
-rw-r--r-- | include/configs/axs101.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index a8a9cb3cba..b94687c230 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -10,7 +10,6 @@ /* * CPU configuration */ -#define CONFIG_ARC_MMU_VER 3 #define CONFIG_SYS_CACHELINE_SIZE 32 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ |