aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>2018-09-26 14:32:13 +0900
committerMarek Vasut <marex@denx.de>2018-10-18 19:07:46 +0200
commitfeaf301f784dd73b1d792bfcf7ee6e6e38ed0476 (patch)
tree20be83f90bfa187c127704274c25c3741bd2dc94 /include
parent4cb71e248f4cee437a5913d0d618f62058ea36ef (diff)
downloadu-boot-feaf301f784dd73b1d792bfcf7ee6e6e38ed0476.zip
u-boot-feaf301f784dd73b1d792bfcf7ee6e6e38ed0476.tar.gz
u-boot-feaf301f784dd73b1d792bfcf7ee6e6e38ed0476.tar.bz2
ARM: rmobile: Enable cache command on Gen3
This patch enables the cache command, mostly for convenience of testing. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/draak.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/draak.h b/include/configs/draak.h
index 5d1da21..70c4f16 100644
--- a/include/configs/draak.h
+++ b/include/configs/draak.h
@@ -33,6 +33,5 @@
#define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1
#define CONFIG_SYS_MAX_FLASH_SECT 256
#define CONFIG_SYS_WRITE_SWAPPED_DATA
-#define CONFIG_CMD_CACHE
#endif /* __DRAAK_H */