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:
Simon Glass 2025-01-10 17:00:22 -07:00 committed by Tom Rini
parent 9d5072bb1d
commit 4339a82a49

View File

@ -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;