From d2b22ae23196604fda88e1ad9ec9f0e8fd285d07 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 20 Oct 2022 18:23:10 -0600 Subject: 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 --- boot/vbe_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/vbe_request.c') diff --git a/boot/vbe_request.c b/boot/vbe_request.c index 312edfa2bdb..45f1d2b7e17 100644 --- a/boot/vbe_request.c +++ b/boot/vbe_request.c @@ -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)) { -- cgit v1.2.3