[U-Boot] [PATCH 0/3] SPL: move CONFIG_SPL_*_LOAD to Kconfig
Fabien Parent
fparent at baylibre.com
Tue Dec 6 14:48:27 CET 2016
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
More information about the U-Boot
mailing list