diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 11:00:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 08:47:35 -0500 |
commit | 1acc0087876229d7ade1b23aaecbccf63de8a615 (patch) | |
tree | 8a6687674cc69355383c5e6388ff60321f9ae46f /include | |
parent | b0cf733933c3bc1b4ab353e16affabc60f863db5 (diff) | |
download | u-boot-1acc0087876229d7ade1b23aaecbccf63de8a615.tar.gz |
disk: convert CONFIG_ISO_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'include')
37 files changed, 0 insertions, 50 deletions
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 4ed4570ab0..c96d25887f 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h @@ -24,7 +24,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_LONGHELP #define CONFIG_EFI_PARTITION -#define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_ENV_VARS_UBOOT_CONFIG diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index 11c41cd180..98ccbe3d92 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -92,7 +92,6 @@ /* USB */ #ifdef CONFIG_CMD_USB #define CONFIG_USB_EHCI -#define CONFIG_ISO_PARTITION #define CONFIG_SYS_USB_EHCI_REGS_BASE 0xFC0B0000 #define CONFIG_SYS_USB_EHCI_CPU_INIT #endif diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index 825dbcee68..0eed59e0d6 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -119,7 +119,6 @@ #endif /* ATA configuration */ -#define CONFIG_ISO_PARTITION #define CONFIG_IDE_RESET 1 #define CONFIG_IDE_PREINIT 1 #define CONFIG_ATAPI diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 50c98dfada..b59c53ef82 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -326,7 +326,6 @@ /************************************************************ * DISK Partition support ************************************************************/ -#define CONFIG_ISO_PARTITION /* Experimental */ /************************************************************ * Video support diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index b22f9e44c5..ab7ac2b122 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -284,7 +284,6 @@ /************************************************************ * DISK Partition support ************************************************************/ -#define CONFIG_ISO_PARTITION /* Experimental */ /************************************************************ * Video support diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index 06422b5bd6..5ea82f8e4d 100644 --- a/include/configs/PMC440.h +++ b/include/configs/PMC440.h @@ -258,7 +258,6 @@ #define USB_2_0_DEVICE /* Partitions */ -#define CONFIG_ISO_PARTITION #define CONFIG_CMD_BSP #define CONFIG_CMD_DATE diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index e1379bbf3a..495fdc83b9 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -107,7 +107,6 @@ #endif /* #ifndef CONFIG_TQM5200S */ /* Partitions */ -#define CONFIG_ISO_PARTITION /* USB */ #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \ diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index bcbc15993e..a7a6bfeaf5 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -396,10 +396,6 @@ #define CONFIG_CMD_PCI #endif -#if defined(CONFIG_CMD_IDE) || defined(CONFIG_CMD_EXT2) -#define CONFIG_ISO_PARTITION -#endif /* defined(CONFIG_CMD_IDE) */ - /* * Miscellaneous configurable options */ diff --git a/include/configs/acadia.h b/include/configs/acadia.h index b9ddbde913..9f35e71d0c 100644 --- a/include/configs/acadia.h +++ b/include/configs/acadia.h @@ -154,7 +154,6 @@ #define CONFIG_USB_OHCI /* Partitions */ -#define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_VFAT diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index d780c3f63c..e4b4cea686 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -83,9 +83,6 @@ /* Enhance our eMMC support / experience. */ #define CONFIG_CMD_GPT #define CONFIG_EFI_PARTITION -#ifdef CONFIG_SPL_BUILD -#undef CONFIG_ISO_PARTITION -#endif #ifndef CONFIG_SHC_ICT /* * In builds other than ICT, reset to retry after timeout diff --git a/include/configs/aria.h b/include/configs/aria.h index 8e3a7b24aa..d408d545c1 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -403,10 +403,6 @@ #define CONFIG_CMD_PCI #endif -#if defined(CONFIG_CMD_IDE) || defined(CONFIG_CMD_EXT2) -#define CONFIG_ISO_PARTITION -#endif /* defined(CONFIG_CMD_IDE) */ - /* * Dynamic MTD partition support */ diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 704310cba6..aeb6507fc2 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -192,7 +192,6 @@ #define CONFIG_SUPPORT_VFAT /* Partitions */ -#define CONFIG_ISO_PARTITION /*----------------------------------------------------------------------- * PCI stuff diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h index f463bd6dd9..9babc3d62c 100644 --- a/include/configs/canyonlands.h +++ b/include/configs/canyonlands.h @@ -395,7 +395,6 @@ #endif /* Partitions */ -#define CONFIG_ISO_PARTITION /*----------------------------------------------------------------------- * PCI stuff diff --git a/include/configs/cm5200.h b/include/configs/cm5200.h index c454b17b59..b3a98dfa63 100644 --- a/include/configs/cm5200.h +++ b/include/configs/cm5200.h @@ -225,7 +225,6 @@ #define CONFIG_USB_CLOCK 0x0001BBBB #define CONFIG_USB_CONFIG 0x00001000 /* Partitions (for USB) */ -#define CONFIG_ISO_PARTITION 1 /* * Invoke our last_stage_init function - needed by fwupdate diff --git a/include/configs/ds414.h b/include/configs/ds414.h index b396c9cff2..9d5a5f74f3 100644 --- a/include/configs/ds414.h +++ b/include/configs/ds414.h @@ -81,7 +81,6 @@ #endif /* why is this only defined in mv-common.h if CONFIG_DM is undefined? */ -#define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_VFAT #define CONFIG_SYS_MVFS diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index c861c32b55..175adbddc6 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -175,7 +175,6 @@ #define CONFIG_USB_EHCI /* Enable EHCI USB support */ #define CONFIG_USB_EHCI_MARVELL #define ORION5X_USB20_HOST_PORT_BASE ORION5X_USB20_PORT0_BASE -#define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_VFAT #endif /* CONFIG_CMD_USB */ diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index f53064f39b..7f84f7f6f4 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -98,7 +98,6 @@ #define CONFIG_EHCI_IS_TDI #endif /* CONFIG_CMD_USB */ -#define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_VFAT #endif /* __CONFIG_GPLUGD_H */ diff --git a/include/configs/gr_cpci_ax2000.h b/include/configs/gr_cpci_ax2000.h index e3871c3a85..7f6586fa0e 100644 --- a/include/configs/gr_cpci_ax2000.h +++ b/include/configs/gr_cpci_ax2000.h @@ -49,7 +49,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* Partitions */ -#define CONFIG_ISO_PARTITION /* * Supported commands diff --git a/include/configs/gr_ep2s60.h b/include/configs/gr_ep2s60.h index 56457bfce3..4d28a97012 100644 --- a/include/configs/gr_ep2s60.h +++ b/include/configs/gr_ep2s60.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* Partitions */ -#define CONFIG_ISO_PARTITION /* * Supported commands diff --git a/include/configs/gr_xc3s_1500.h b/include/configs/gr_xc3s_1500.h index 17ec8db736..b91ab850aa 100644 --- a/include/configs/gr_xc3s_1500.h +++ b/include/configs/gr_xc3s_1500.h @@ -30,7 +30,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* Partitions */ -#define CONFIG_ISO_PARTITION /* * Supported commands diff --git a/include/configs/grsim.h b/include/configs/grsim.h index d7aa67ea48..8c1c8b471e 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* Partitions */ -#define CONFIG_ISO_PARTITION /* * Supported commands diff --git a/include/configs/grsim_leon2.h b/include/configs/grsim_leon2.h index 6480492b4b..3651017aa9 100644 --- a/include/configs/grsim_leon2.h +++ b/include/configs/grsim_leon2.h @@ -36,7 +36,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* Partitions */ -#define CONFIG_ISO_PARTITION /* * Supported commands diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 49cd228aa3..b2131e88ee 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -61,7 +61,6 @@ #define CONFIG_SYS_XLB_PIPELINING 1 /* Partitions */ -#define CONFIG_ISO_PARTITION /* * BOOTP options diff --git a/include/configs/intip.h b/include/configs/intip.h index 98b9f41d11..3477059865 100644 --- a/include/configs/intip.h +++ b/include/configs/intip.h @@ -279,7 +279,6 @@ #define CONFIG_CMD_SDRAM /* Partitions */ -#define CONFIG_ISO_PARTITION /* * PCI stuff diff --git a/include/configs/jupiter.h b/include/configs/jupiter.h index ea2f465968..44345ddf8c 100644 --- a/include/configs/jupiter.h +++ b/include/configs/jupiter.h @@ -63,7 +63,6 @@ #define CONFIG_SYS_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */ /* Partitions */ -#define CONFIG_ISO_PARTITION #define CONFIG_TIMESTAMP /* Print image info with timestamp */ diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 0202e42250..9bca8ac484 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -371,7 +371,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* re-init HCD after CMD_RESET */ /* Partitions */ -#define CONFIG_ISO_PARTITION /* * BOOTP options diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index e5a6db832c..fe9a703b64 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -437,9 +437,6 @@ "mpc5121.nand:-(data)" #if defined(CONFIG_CMD_IDE) || defined(CONFIG_CMD_EXT2) || defined(CONFIG_CMD_USB) - -#define CONFIG_ISO_PARTITION - #define CONFIG_SUPPORT_VFAT #endif /* defined(CONFIG_CMD_IDE) */ diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 69eca23e76..25562fa12a 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -123,7 +123,6 @@ */ #if defined(CONFIG_CMD_USB) && !defined(CONFIG_DM) #define CONFIG_USB_EHCI /* Enable EHCI USB support */ -#define CONFIG_ISO_PARTITION #define CONFIG_SUPPORT_VFAT #endif /* CONFIG_CMD_USB */ diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h index 087b186d8a..44395bff34 100644 --- a/include/configs/mvebu_armada-8k.h +++ b/include/configs/mvebu_armada-8k.h @@ -121,7 +121,6 @@ /* DISK Partition support */ #define CONFIG_EFI_PARTITION -#define CONFIG_ISO_PARTITION /* Experimental */ #define CONFIG_CMD_PART #define CONFIG_PARTITION_UUIDS diff --git a/include/configs/mvebu_db-88f3720.h b/include/configs/mvebu_db-88f3720.h index 9b2893ffeb..868e63e8cb 100644 --- a/include/configs/mvebu_db-88f3720.h +++ b/include/configs/mvebu_db-88f3720.h @@ -133,7 +133,6 @@ /* DISK Partition support */ #define CONFIG_EFI_PARTITION -#define CONFIG_ISO_PARTITION /* Experimental */ #define CONFIG_CMD_PART #define CONFIG_PARTITION_UUIDS diff --git a/include/configs/o2dnt-common.h b/include/configs/o2dnt-common.h index 115261895c..8a414c3b9a 100644 --- a/include/configs/o2dnt-common.h +++ b/include/configs/o2dnt-common.h @@ -61,7 +61,6 @@ #define CONFIG_SYS_XLB_PIPELINING 1 /* Partitions */ -#define CONFIG_ISO_PARTITION #define CONFIG_TIMESTAMP /* Print image info with timestamp */ diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 72cd362b65..2591887a2b 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -51,7 +51,6 @@ #define CONFIG_PARTITION_UUIDS #define CONFIG_AMIGA_PARTITION #define CONFIG_EFI_PARTITION -#define CONFIG_ISO_PARTITION /* * Size of malloc() pool, before and after relocation diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 169778fa92..572e6b1766 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -218,7 +218,6 @@ #endif /* CONFIG_440EPX */ /* Partitions */ -#define CONFIG_ISO_PARTITION /* * Commands additional to the ones defined in amcc-common.h diff --git a/include/configs/vct.h b/include/configs/vct.h index c10e77f4c7..22f170c23c 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -97,8 +97,6 @@ #endif #if defined(CONFIG_CMD_USB) -#define CONFIG_ISO_PARTITION - #define CONFIG_SUPPORT_VFAT /* diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 013433197c..8db798d284 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -71,7 +71,6 @@ * DISK Partition support ************************************************************/ #define CONFIG_EFI_PARTITION -#define CONFIG_ISO_PARTITION /* Experimental */ #define CONFIG_CMD_PART #ifdef CONFIG_SYS_COREBOOT diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 5578840786..463e9a6832 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -57,9 +57,6 @@ /* Command line configuration */ #define CONFIG_CMD_ENV #define CONFIG_EFI_PARTITION -#ifndef CONFIG_SPL_BUILD -# define CONFIG_ISO_PARTITION -#endif #define CONFIG_MP /* BOOTP options */ diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index d743a32b5d..77648d78bc 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -157,7 +157,6 @@ #define CONFIG_PHY1_ADDR 3 /* Partitions */ -#define CONFIG_ISO_PARTITION #ifdef CONFIG_440EP /* USB */ |