Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig
This converts the following to Kconfig: CONFIG_CMD_FPGA_LOADBP CONFIG_CMD_FPGA_LOADFS CONFIG_CMD_FPGA_LOADMK CONFIG_CMD_FPGA_LOADP Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
#define CONFIG_CMD_JFFS2
|
||||
#endif
|
||||
#define CONFIG_CMD_REGINFO
|
||||
#define CONFIG_CMD_FPGA_LOADMK
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
|
||||
#define CONFIG_MCFRTC
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
/*
|
||||
* FPGA
|
||||
*/
|
||||
#define CONFIG_CMD_FPGA_LOADMK
|
||||
#define CONFIG_FPGA
|
||||
#define CONFIG_FPGA_XILINX
|
||||
#define CONFIG_FPGA_SPARTAN3
|
||||
|
||||
@@ -44,10 +44,6 @@
|
||||
#undef CONFIG_SPL_FPGA_SUPPORT
|
||||
|
||||
/* FPGA commands that we don't use */
|
||||
#undef CONFIG_CMD_FPGA_LOADMK
|
||||
#undef CONFIG_CMD_FPGA_LOADP
|
||||
#undef CONFIG_CMD_FPGA_LOADBP
|
||||
#undef CONFIG_CMD_FPGA_LOADFS
|
||||
|
||||
/* Extras */
|
||||
#define CONFIG_CMD_MEMTEST
|
||||
|
||||
@@ -106,7 +106,6 @@
|
||||
/*
|
||||
* Command support defines
|
||||
*/
|
||||
#define CONFIG_CMD_FPGA_LOADMK
|
||||
#define CONFIG_CMD_MTDPARTS
|
||||
#define CONFIG_CMD_NAND
|
||||
#define CONFIG_CMD_SAVES
|
||||
|
||||
@@ -70,7 +70,6 @@
|
||||
/*-----------------------------------------------------------------------
|
||||
* Command line configuration.
|
||||
*/
|
||||
#define CONFIG_CMD_FPGA_LOADMK
|
||||
#define CONFIG_CMD_IO
|
||||
#define CONFIG_CMD_IRQ
|
||||
#define CONFIG_CMD_PCI
|
||||
|
||||
@@ -259,10 +259,6 @@
|
||||
#define CONFIG_FPGA
|
||||
#define CONFIG_FPGA_XILINX
|
||||
#define CONFIG_FPGA_ZYNQPL
|
||||
#define CONFIG_CMD_FPGA_LOADMK
|
||||
#define CONFIG_CMD_FPGA_LOADP
|
||||
#define CONFIG_CMD_FPGA_LOADBP
|
||||
#define CONFIG_CMD_FPGA_LOADFS
|
||||
|
||||
/* FIT support */
|
||||
#define CONFIG_IMAGE_FORMAT_LEGACY /* enable also legacy image format */
|
||||
|
||||
Reference in New Issue
Block a user