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)
commit00959d871cc8264d9e06c8cd0ee23c324699ab9e
treeef4ba755d959f79312885fbdd09be8821fb1c457
parent941671a19cfb8e0fad3bd2a11ab5137e43c2ddc5
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