mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
microblaze: Remove empty ifdef around caches
Code around was removed because of move to Kconfig. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
9e0758b7ff
commit
91afeb3010
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue