diff options
author | rick <rick@andestech.com> | 2017-08-29 10:12:02 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2017-09-21 10:30:22 +0800 |
commit | e336b73d8ae06dbcc532d1833d7a5567babecca8 (patch) | |
tree | 321b204124ad50381608dd5acc6ca8b1aa4b7892 /include/configs/adp-ag101p.h | |
parent | ce4e2370f70f4bbd79e553dca73ec4439bfd567e (diff) | |
download | u-boot-e336b73d8ae06dbcc532d1833d7a5567babecca8.tar.gz |
nds32: ftmac100 support cache enable.
Enable cache and ftmac100 performance can be improved.
Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'include/configs/adp-ag101p.h')
-rw-r--r-- | include/configs/adp-ag101p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index bf713b806d..fad4d308e0 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -22,8 +22,7 @@ #define CONFIG_CMDLINE_EDITING -#define CONFIG_SYS_ICACHE_OFF -#define CONFIG_SYS_DCACHE_OFF +#define CONFIG_ARCH_MAP_SYSMEM #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_BOOTP_SERVERIP |