Signed-off-by: Ahmad Fatoum <a.fat...@pengutronix.de> --- common/bootm.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/common/bootm.c b/common/bootm.c index 3693a0e8d68a..05fb5379c8ec 100644 --- a/common/bootm.c +++ b/common/bootm.c @@ -257,7 +257,6 @@ int bootm_load_os(struct image_data *data, unsigned long load_address) if (IS_ENABLED(CONFIG_PE) && data->pe) return pe_load(data->pe); -os_file: if (!data->os_file) return -EINVAL; -- 2.39.5