mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02: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:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user