]> git.baikalelectronics.ru Git - uboot.git/commit
spl: x86: Correct the binman symbols for SPL
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:49:47 +0000 (11:49 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commitcea32f935e76cc1c4495042163ca8559077c56f4
treeef4ba755d959f79312885fbdd09be8821fb1c457
parent56a038f5049c76f49eea2e10f7fc3309b1300187
spl: x86: Correct the binman symbols for SPL

These symbols are incorrect, meaning that binman cannot find the
associated entry. This leads to errors like:

binman: Section '/binman/simple-bin': Symbol '_binman_spl_prop_size'
   in entry '/binman/simple-bin/u-boot-spl/u-boot-spl-nodtb':
   Entry 'spl' not found in list (mkimage,u-boot-spl-nodtb,
   u-boot-spl-bss-pad,u-boot-spl-dtb,u-boot-spl,u-boot-img,main-section)

Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/u-boot.dtsi
common/spl/spl.c
include/spl.h