[PATCH] fixup! bootm: remove ability for late override of bootm.image

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Apr 7 03:34:50 PDT 2025


Signed-off-by: Ahmad Fatoum <a.fatoum at 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




More information about the barebox mailing list