From c5ba6357b322581f2b408e039c459379e4aae5e3 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 25 Sep 2019 11:12:37 +0200 Subject: 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 --- include/configs/microblaze-generic.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/microblaze-generic.h') diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index f66f63e074..ce18ee73c2 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -100,6 +100,9 @@ #endif /* !SPIFLASH */ #endif /* !FLASH */ +#define XILINX_USE_ICACHE 1 +#define XILINX_USE_DCACHE 1 + #if defined(XILINX_USE_ICACHE) # define CONFIG_ICACHE #else -- cgit v1.2.3