diff options
| author | Marek Vasut <[email protected]> | 2018-06-16 01:41:09 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-06-16 04:27:28 +0200 |
| commit | 75b573fe238bf37a9434f093fde9d349dfe7a269 (patch) | |
| tree | 5d3316f5a31b9527225e4a1b5acb80dabfb62fac | |
| parent | c267952c41484dc1d8c73a7362bcabf33c8934e4 (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 <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | configs/r8a77970_eagle_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig index e656377e3d5..11f56af1870 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 |
