From: Michal Simek Date: Thu, 21 Jul 2016 11:47:52 +0000 (+0200) Subject: microblaze: Remove empty ifdef around caches X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4525258f38cbfbdb84f8f1598ac3a7e4e0166f57;p=thirdparty%2Fu-boot.git microblaze: Remove empty ifdef around caches Code around was removed because of move to Kconfig. Signed-off-by: Michal Simek --- diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 559a3fb3c83..6ae4e0d051c 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -175,10 +175,6 @@ #define CONFIG_CMD_IRQ #define CONFIG_CMD_MFSL -#if defined(CONFIG_DCACHE) || defined(CONFIG_ICACHE) -#else -#endif - #if defined(FLASH) # define CONFIG_CMD_JFFS2 # define CONFIG_CMD_UBI