summaryrefslogtreecommitdiff
path: root/configs/r8a77970_eagle_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-06-16 01:41:09 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2018-06-16 04:27:28 +0200
commit75b573fe238bf37a9434f093fde9d349dfe7a269 (patch)
tree5d3316f5a31b9527225e4a1b5acb80dabfb62fac /configs/r8a77970_eagle_defconfig
parentc267952c41484dc1d8c73a7362bcabf33c8934e4 (diff)
ARM: rmobile: Enable cache command on V3M Eagle
Turning the cache off can help when experimenting with bare metal applications, enable the cache command on V3M Eagle to make that easier. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a77970_eagle_defconfig')
-rw-r--r--configs/r8a77970_eagle_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig
index e656377e3d..11f56af187 100644
--- a/configs/r8a77970_eagle_defconfig
+++ b/configs/r8a77970_eagle_defconfig
@@ -24,6 +24,7 @@ CONFIG_CMD_USB=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y