From: Marek Vasut Date: Fri, 15 Jun 2018 23:41:09 +0000 (+0200) Subject: ARM: rmobile: Enable cache command on V3M Eagle X-Git-Tag: v2018.07-rc2~46^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75b573fe238bf37a9434f093fde9d349dfe7a269;p=platform%2Fkernel%2Fu-boot.git 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 Cc: Nobuhiro Iwamatsu --- diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig index e656377..11f56af 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