ARM: rmobile: Enable cache command on V3M Eagle
authorMarek Vasut <[email protected]>
Fri, 15 Jun 2018 23:41:09 +0000 (01:41 +0200)
committerMarek Vasut <[email protected]>
Sat, 16 Jun 2018 02:27:28 +0000 (04:27 +0200)
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 <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
configs/r8a77970_eagle_defconfig

index e656377e3d593d829a1f5e430cd2630595292a66..11f56af187023c8e5a724af09e37e28731af0dab 100644 (file)
@@ -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