
10 Feb
2020
10 Feb
'20
6:10 p.m.
Am 21.01.20 um 09:19 schrieb Weijie Gao:
u_boot_list is not only used by DM, but also by some SPL image load methods such as spl_nor.c.
This patch adds an option CONFIG_SPL_LOADER_SUPPORT in conjunction with CONFIG_SPL_DM surrounding the u_boot_list section to make sure SPL image loaders can be correctly built into u-boot SPL without DM enabled.
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com Signed-off-by: Weijie Gao weijie.gao@mediatek.com
Changes since v2: move SPL_LOADER_SUPPORT to arch/mips/Kconfig
arch/mips/Kconfig | 6 ++++++ arch/mips/cpu/u-boot-spl.lds | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
applied to u-boot-mips, thanks.
--
- Daniel