mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
vbe: Support reading the next SPL phase via VBE
Add an SPL loader to obtain the next-phase binary from a FIT provided by the VBE driver. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
70b26e4356
commit
d2b22ae231
8 changed files with 269 additions and 19 deletions
|
@ -36,7 +36,7 @@ static int handle_random_req(ofnode node, int default_size,
|
|||
u32 size;
|
||||
int ret;
|
||||
|
||||
if (!IS_ENABLED(CONFIG_DM_RNG))
|
||||
if (!CONFIG_IS_ENABLED(DM_RNG))
|
||||
return -ENOTSUPP;
|
||||
|
||||
if (ofnode_read_u32(node, "vbe,size", &size)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue