On Sun, Jul 28, 2024 at 10:24:49PM +0200, Paul Kocialkowski wrote: > Here is a bunch of configuration cleanups for OMAP boards, mostly > unifying and moving common configuration from board-specific defconfigs > to Kconfig definitions. > > There's also a cleanup of the sniper (LG Optimus Black) defconfig, > prior to migrating it to DM/DT in a future follow-up series. > > Paul Kocialkowski (12): > omap3: Define common SPL text base in Kconfig instead of defconfigs > omap3: Define common init stack pointer address in Kconfig > am33xx: Unify init stack pointer address across boards > am33xx: Define common init stack pointer address in Kconfig > am43xx: Define common init stack pointer address in Kconfig > dra7xx: Unify init stack pointer address across boards > dra7xx: Define common init stack pointer address in Kconfig > omap3: Define maximum U-Boot size in Kconfig instead of defconfigs > omap3: Define maximum SPL size in Kconfig instead of defconfigs > omap3: Define DRAM banks number in Kconfig instead of defconfigs > dra7xx: Remove explicit DRAM banks number from defconfigs > omap3: sniper: Streamline defconfig > > Kconfig | 7 +++++++ > common/spl/Kconfig | 2 ++ > configs/am335x_baltos_defconfig | 2 -- > configs/am335x_evm_defconfig | 2 -- > configs/am335x_evm_spiboot_defconfig | 2 -- > configs/am335x_guardian_defconfig | 2 -- > configs/am335x_hs_evm_defconfig | 2 -- > configs/am335x_hs_evm_uart_defconfig | 2 -- > configs/am335x_igep003x_defconfig | 2 -- > configs/am335x_pdu001_defconfig | 2 -- > configs/am335x_shc_defconfig | 2 -- > configs/am335x_shc_ict_defconfig | 2 -- > configs/am335x_shc_netboot_defconfig | 2 -- > configs/am335x_shc_sdboot_defconfig | 2 -- > configs/am335x_sl50_defconfig | 2 -- > configs/am3517_evm_defconfig | 6 ------ > configs/am43xx_evm_defconfig | 2 -- > configs/am43xx_evm_qspiboot_defconfig | 2 -- > configs/am43xx_evm_rtconly_defconfig | 2 -- > configs/am43xx_evm_usbhost_boot_defconfig | 2 -- > configs/am43xx_hs_evm_defconfig | 2 -- > configs/am43xx_hs_evm_qspi_defconfig | 2 -- > configs/am57xx_evm_defconfig | 3 --- > configs/am57xx_hs_evm_defconfig | 3 --- > configs/am57xx_hs_evm_usb_defconfig | 3 --- > configs/brppt1_mmc_defconfig | 2 -- > configs/brsmarc1_defconfig | 2 -- > configs/brxre1_defconfig | 2 -- > configs/chiliboard_defconfig | 2 -- > configs/cm_t43_defconfig | 2 -- > configs/devkit8000_defconfig | 6 ------ > configs/dra7xx_evm_defconfig | 3 --- > configs/dra7xx_hs_evm_defconfig | 3 --- > configs/dra7xx_hs_evm_usb_defconfig | 3 --- > configs/draco-etamin_defconfig | 2 -- > configs/draco-rastaban_defconfig | 2 -- > configs/draco-thuban_defconfig | 2 -- > configs/igep00x0_defconfig | 6 ------ > configs/omap35_logic_defconfig | 6 ------ > configs/omap35_logic_somlv_defconfig | 6 ------ > configs/omap3_evm_defconfig | 6 ------ > configs/omap3_logic_defconfig | 6 ------ > configs/omap3_logic_somlv_defconfig | 6 ------ > configs/pcm051_rev3_defconfig | 2 -- > configs/phycore-am335x-r2-regor_defconfig | 2 -- > configs/phycore-am335x-r2-wega_defconfig | 2 -- > configs/pxm2_defconfig | 2 -- > configs/rut_defconfig | 2 -- > configs/sniper_defconfig | 21 ++++----------------- > 49 files changed, 13 insertions(+), 147 deletions(-) > > -- > 2.45.2 >
For "configs/omap3_evm_defconfig": Tested-by: Derald D. Woods <[email protected]>

