mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-05 14:30:20 +00:00
x86: Enable UPL handoff for SPL
Add the GD_FLG_UPL so that a UPL-handoff is created. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9d5072bb1d
commit
4339a82a49
@ -298,6 +298,9 @@ void spl_board_init(void)
|
|||||||
if (IS_ENABLED(CONFIG_QEMU))
|
if (IS_ENABLED(CONFIG_QEMU))
|
||||||
qemu_chipset_init();
|
qemu_chipset_init();
|
||||||
|
|
||||||
|
if (CONFIG_IS_ENABLED(UPL_OUT))
|
||||||
|
gd->flags |= GD_FLG_UPL;
|
||||||
|
|
||||||
if (CONFIG_IS_ENABLED(VIDEO)) {
|
if (CONFIG_IS_ENABLED(VIDEO)) {
|
||||||
struct udevice *dev;
|
struct udevice *dev;
|
||||||
int ret;
|
int ret;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user