From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sat, 05 Aug 2017 11:54:26 +0200 Subject: [U-Boot] [U-Boot,v2,24/42] Convert CONFIG_CMD_SPL to Kconfig In-Reply-To: <20170804223506.105306-25-sjg@chromium.org> References: <20170804223506.105306-25-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > This converts the following to Kconfig: > CONFIG_CMD_SPL > > Note that trats does not actually use SPL, so this option can no-longer be > set. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Fix up microblaze-generic, gw_ventana, ipam390 > - Remove some now-superfluous /* commands */ comments in header files > > arch/arm/Kconfig | 1 + > arch/arm/mach-imx/mx6/Kconfig | 1 + > arch/arm/mach-omap2/am33xx/Kconfig | 1 + > cmd/Kconfig | 9 +++++++++ > configs/am335x_boneblack_defconfig | 1 + > configs/am335x_boneblack_vboot_defconfig | 1 + > configs/am335x_evm_defconfig | 1 + > configs/am335x_evm_nor_defconfig | 1 + > configs/am335x_evm_usbspl_defconfig | 1 + > configs/am335x_igep003x_defconfig | 1 + > configs/am335x_sl50_defconfig | 1 + > configs/am43xx_evm_defconfig | 1 + > configs/am43xx_evm_ethboot_defconfig | 1 + > configs/am43xx_evm_usbhost_boot_defconfig | 1 + > configs/am57xx_evm_defconfig | 1 + > configs/am57xx_evm_nodt_defconfig | 1 + > configs/birdland_bav335a_defconfig | 1 + > configs/birdland_bav335b_defconfig | 1 + > configs/cairo_defconfig | 1 + > configs/devkit8000_defconfig | 1 + > configs/dra7xx_evm_defconfig | 1 + > configs/ipam390_defconfig | 1 + > configs/microblaze-generic_defconfig | 1 + > configs/mx6sabresd_defconfig | 1 + > configs/omap3_beagle_defconfig | 1 + > configs/omap3_logic_defconfig | 1 + > configs/omap3_overo_defconfig | 1 + > configs/omap4_panda_defconfig | 1 + > configs/omap5_uevm_defconfig | 1 + > configs/pcm051_rev1_defconfig | 1 + > configs/pcm051_rev3_defconfig | 1 + > configs/pengwyn_defconfig | 1 + > configs/twister_defconfig | 1 + > include/configs/gw_ventana.h | 1 - > include/configs/ipam390.h | 1 - > include/configs/microblaze-generic.h | 1 - > include/configs/mx6sabreauto.h | 1 - > include/configs/mx6sabresd.h | 1 - > include/configs/ti_armv7_common.h | 4 ---- > include/configs/trats.h | 1 - > include/configs/twister.h | 1 - > include/configs/zynq-common.h | 1 - > scripts/config_whitelist.txt | 1 - > 43 files changed, 41 insertions(+), 13 deletions(-) > Reviewed-by: Philipp Tomsich