Moving to CONFIG_SPL_*_LOAD options to Kconfig offers several advantage: * simpler config headers * on some boards we can easily switch to another boot media without needing to modify the config headers.
This series fixes an issue in davinci where a wrong option was used in place of a CONFIG_SPL_*_LOAD option, then move the options to Kconfig options, and finally start using these Kconfig options for the OMAPL138-LCDK board. Fabien Parent (3): davinci: spl: use correct macro to select boot device SPL: create Kconfig options for CONFIG_SPL_*_LOAD davinci: omapl138_lcdk: use new CONFIG_SPL_*_LOAD Kconfig options arch/arm/mach-davinci/spl.c | 2 +- common/spl/Kconfig | 25 +++++++++++++++++++++++++ configs/omapl138_lcdk_defconfig | 1 + include/configs/omapl138_lcdk.h | 2 -- scripts/config_whitelist.txt | 3 --- 5 files changed, 27 insertions(+), 6 deletions(-) -- 2.11.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot