From c4168498fcb58b111387ed140f3499fc81404726 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Fri, 14 Jun 2013 14:21:51 +0530 Subject: [PATCH] zynq: Remove zynq_cseflash board config There is no updates on this config since from last couple of releases, hence removed it. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- boards.cfg | 1 - include/configs/zynq_cseflash.h | 73 --------------------------------- 2 files changed, 74 deletions(-) delete mode 100644 include/configs/zynq_cseflash.h diff --git a/boards.cfg b/boards.cfg index a1aaed82f06..bf90a59302c 100644 --- a/boards.cfg +++ b/boards.cfg @@ -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 index 495530e8f82..00000000000 --- a/include/configs/zynq_cseflash.h +++ /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 - -/* 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 */ -- 2.47.3