]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Remove zynq_cseflash board config
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>
Fri, 14 Jun 2013 08:51:51 +0000 (14:21 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 14 Jun 2013 11:29:03 +0000 (13:29 +0200)
There is no updates on this config since from last
couple of releases, hence removed it.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
boards.cfg
include/configs/zynq_cseflash.h [deleted file]

index a1aaed82f0676eb08ea009398ffb2b835120f2f7..bf90a59302cec901c070d0fac75e81c85c097e46 100644 (file)
@@ -305,7 +305,6 @@ zynq_afx_nor                 arm         armv7       zynq                xilinx
 zynq_afx_qspi                arm         armv7       zynq                xilinx         zynq   zynq_afx:AFX_QSPI
 zynq_afx_nand                arm         armv7       zynq                xilinx         zynq   zynq_afx:AFX_NAND
 zynq_zc70x                   arm         armv7       zynq                xilinx         zynq
-zynq_cseflash                arm         armv7       zynq                xilinx         zynq
 zynq_zed                     arm         armv7       zynq                xilinx         zynq
 omap5_uevm                   arm         armv7       omap5_uevm          ti            omap5
 dra7xx_evm                  arm         armv7       dra7xx              ti             omap5
diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h
deleted file mode 100644 (file)
index 495530e..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
-
-#define CONFIG_ENV_IS_NOWHERE
-
-#include <configs/zynq_common.h>
-
-/* Disable uart console */
-#undef CONFIG_ZYNQ_SERIAL
-
-
-#define CONFIG_ARM_DCC
-#define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
-
-/*
- * Open Firmware flat tree
- */
-#undef CONFIG_OF_LIBFDT
-
-
-
-
-#undef CONFIG_CMD_EDITENV
-#undef CONFIG_CMD_SAVEENV
-
-#undef CONFIG_CMD_FPGA
-#undef CONFIG_CMD_XIMG
-
-#undef CONFIG_CMD_LOADB        /* loadb                        */
-#undef CONFIG_CMD_LOADS        /* loads                        */
-
-#define CONFIG_CMD_MEMORY      /* md mm nm mw cp cmp crc base loop mtest */
-
-#undef CONFIG_CMD_MISC         /* Misc functions like sleep etc*/
-#undef CONFIG_CMD_RUN          /* run command in env variable  */
-#undef CONFIG_CMD_SOURCE       /* "source" command support     */
-
-#undef CONFIG_CMD_BDI          /* bdinfo                       */
-#undef CONFIG_CMD_BOOTD        /* bootd                        */
-#undef CONFIG_CMD_CONSOLE      /* coninfo                      */
-#undef CONFIG_CMD_ECHO         /* echo arguments               */
-#undef CONFIG_CMD_IMI          /* iminfo                       */
-#undef CONFIG_CMD_ITEST        /* Integer (and string) test    */
-#undef CONFIG_CMD_IMLS         /* List all found images        */
-
-
-// FIXME this is silly - there is no any bootm image enabled - disable BOOTM
-//#undef CONFIG_BOOTM_LINUX
-#undef CONFIG_BOOTM_NETBSD
-#undef CONFIG_BOOTM_RTEMS
-#undef CONFIG_GZIP
-#undef CONFIG_ZLIB
-
-#undef CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
-#undef CONFIG_SYS_LONGHELP
-
-
-/* Because (at least at first) we're going to be loaded via JTAG_Tcl */
-#define CONFIG_SKIP_LOWLEVEL_INIT
-
-
-
-/* Why? */
-#undef CONFIG_ENV_SIZE
-#define CONFIG_ENV_SIZE 896
-
-#endif /* __CONFIG_H */