summaryrefslogtreecommitdiff
path: root/configs/microblaze-generic_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-25 11:12:37 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 09:55:11 +0200
commitc5ba6357b322581f2b408e039c459379e4aae5e3 (patch)
tree320404451976b8930696be40441edb8ca891a75e /configs/microblaze-generic_defconfig
parent0905046050b041784869762824f6266c593fec67 (diff)
microblaze: Enable cache by default
The whole cache code needs to be redesign to read information about cache from DT instead of macro selection. Enable caches by default because systems have caches on by default for Linux. Also enable CMD_CACHE to be able to disable cache if there is any issue. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r--configs/microblaze-generic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index 94b9c78a6c..1857562cd7 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_DHCP=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_CMD_CACHE=y
CONFIG_CMD_JFFS2=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_EMBED=y