[PATCH 1/4] at91:: Remove dead definition of atmel_nand_load_image()
Alexander Shiyan
eagle.alexander923 at gmail.com
Tue Mar 4 22:20:58 PST 2025
atmel_nand_load_image() is not defined anywhere.
Signed-off-by: Alexander Shiyan <eagle.alexander923 at gmail.com>
---
include/mach/at91/board.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/mach/at91/board.h b/include/mach/at91/board.h
index 5f04f9c849..7edadeafba 100644
--- a/include/mach/at91/board.h
+++ b/include/mach/at91/board.h
@@ -31,8 +31,6 @@ struct at91_usbh_data {
extern void __init at91_add_device_usbh_ohci(struct at91_usbh_data *data);
extern void __init at91_add_device_usbh_ehci(struct at91_usbh_data *data);
-void atmel_nand_load_image(void *dest, int size, int pagesize, int blocksize);
-
/* USB Device */
struct at91_udc_data {
int vbus_pin; /* high == host powering us */
--
2.39.1
More information about the barebox
mailing list