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>
This commit is contained in:
committed by
Tom Rini
parent
b0cf733933
commit
1acc008787
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -119,7 +119,6 @@
|
||||
#endif
|
||||
|
||||
/* ATA configuration */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
#define CONFIG_IDE_RESET 1
|
||||
#define CONFIG_IDE_PREINIT 1
|
||||
#define CONFIG_ATAPI
|
||||
|
||||
@@ -326,7 +326,6 @@
|
||||
/************************************************************
|
||||
* DISK Partition support
|
||||
************************************************************/
|
||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||
|
||||
/************************************************************
|
||||
* Video support
|
||||
|
||||
@@ -284,7 +284,6 @@
|
||||
/************************************************************
|
||||
* DISK Partition support
|
||||
************************************************************/
|
||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||
|
||||
/************************************************************
|
||||
* Video support
|
||||
|
||||
@@ -258,7 +258,6 @@
|
||||
#define USB_2_0_DEVICE
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
#define CONFIG_CMD_BSP
|
||||
#define CONFIG_CMD_DATE
|
||||
|
||||
@@ -107,7 +107,6 @@
|
||||
#endif /* #ifndef CONFIG_TQM5200S */
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/* USB */
|
||||
#if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -154,7 +154,6 @@
|
||||
#define CONFIG_USB_OHCI
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
#define CONFIG_SUPPORT_VFAT
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -192,7 +192,6 @@
|
||||
#define CONFIG_SUPPORT_VFAT
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
* PCI stuff
|
||||
|
||||
@@ -395,7 +395,6 @@
|
||||
#endif
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
* PCI stuff
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* Supported commands
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* Supported commands
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* Supported commands
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* Supported commands
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* Supported commands
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
#define CONFIG_SYS_XLB_PIPELINING 1
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* BOOTP options
|
||||
|
||||
@@ -279,7 +279,6 @@
|
||||
#define CONFIG_CMD_SDRAM
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* PCI stuff
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -371,7 +371,6 @@
|
||||
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* re-init HCD after CMD_RESET */
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* BOOTP options
|
||||
|
||||
@@ -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) */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -121,7 +121,6 @@
|
||||
|
||||
/* DISK Partition support */
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||
|
||||
#define CONFIG_CMD_PART
|
||||
#define CONFIG_PARTITION_UUIDS
|
||||
|
||||
@@ -133,7 +133,6 @@
|
||||
|
||||
/* DISK Partition support */
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||
|
||||
#define CONFIG_CMD_PART
|
||||
#define CONFIG_PARTITION_UUIDS
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
#define CONFIG_SYS_XLB_PIPELINING 1
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -218,7 +218,6 @@
|
||||
#endif /* CONFIG_440EPX */
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
/*
|
||||
* Commands additional to the ones defined in amcc-common.h
|
||||
|
||||
@@ -97,8 +97,6 @@
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CMD_USB)
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
#define CONFIG_SUPPORT_VFAT
|
||||
|
||||
/*
|
||||
|
||||
@@ -71,7 +71,6 @@
|
||||
* DISK Partition support
|
||||
************************************************************/
|
||||
#define CONFIG_EFI_PARTITION
|
||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||
|
||||
#define CONFIG_CMD_PART
|
||||
#ifdef CONFIG_SYS_COREBOOT
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -157,7 +157,6 @@
|
||||
#define CONFIG_PHY1_ADDR 3
|
||||
|
||||
/* Partitions */
|
||||
#define CONFIG_ISO_PARTITION
|
||||
|
||||
#ifdef CONFIG_440EP
|
||||
/* USB */
|
||||
|
||||
Reference in New Issue
Block a user