summaryrefslogtreecommitdiff
path: root/include/configs/microblaze-generic.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-11 12:06:55 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 14:55:53 (GMT)
commited982b4d41dcab072b5e5f4014a425068f8aafe0 (patch)
treea8b10de4dc53a55c505c240cbd6d2256690c120a /include/configs/microblaze-generic.h
parent502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c (diff)
downloadu-boot-ed982b4d41dcab072b5e5f4014a425068f8aafe0.tar.xz
microblaze: Remove systemace from board file
Systemace is ancient IP which is not tested. Remove it from default configuration. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r--include/configs/microblaze-generic.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 327f95b..b28fc7e 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -163,16 +163,6 @@
#endif /* !SPIFLASH */
#endif /* !FLASH */
-/* system ace */
-#ifdef XILINX_SYSACE_BASEADDR
-# define CONFIG_SYSTEMACE
-/* #define DEBUG_SYSTEMACE */
-# define SYSTEMACE_CONFIG_FPGA
-# define CONFIG_SYS_SYSTEMACE_BASE XILINX_SYSACE_BASEADDR
-# define CONFIG_SYS_SYSTEMACE_WIDTH XILINX_SYSACE_MEM_WIDTH
-# define CONFIG_DOS_PARTITION
-#endif
-
#if defined(XILINX_USE_ICACHE)
# define CONFIG_ICACHE
#else
@@ -210,11 +200,6 @@
# undef CONFIG_CMD_CACHE
#endif
-#if defined(CONFIG_SYSTEMACE)
-# define CONFIG_CMD_EXT2
-# define CONFIG_CMD_FAT
-#endif
-
#if defined(FLASH)
# define CONFIG_CMD_JFFS2
# define CONFIG_CMD_UBI