aboutsummaryrefslogtreecommitdiff
path: root/board/atmel/at91sam9263ek/at91sam9263ek.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-04 16:53:39 -0400
committerTom Rini <trini@konsulko.com>2022-08-04 16:54:01 -0400
commitb8e09898919e23c5d7f1934be7bf9a3a6f0deb0e (patch)
treeba1c168b729947aec2a487791e5a26ce72da4282 /board/atmel/at91sam9263ek/at91sam9263ek.c
parent62e6418031bed3671e57e63d49273e2739a82589 (diff)
parent78475d2572615471d3c047e61481a68859d0dd7f (diff)
Merge branch '2022-08-04-Kconfig-migrations'
- Further migrations to Kconfig and associated dead code removal.
Diffstat (limited to 'board/atmel/at91sam9263ek/at91sam9263ek.c')
-rw-r--r--board/atmel/at91sam9263ek/at91sam9263ek.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c b/board/atmel/at91sam9263ek/at91sam9263ek.c
index c3e1734dda..86b4050c4c 100644
--- a/board/atmel/at91sam9263ek/at91sam9263ek.c
+++ b/board/atmel/at91sam9263ek/at91sam9263ek.c
@@ -7,7 +7,6 @@
#include <common.h>
#include <debug_uart.h>
-#include <flash.h>
#include <init.h>
#include <net.h>
#include <vsprintf.h>
@@ -140,7 +139,7 @@ static void at91sam9263ek_lcd_hw_init(void)
#include <version.h>
#ifdef CONFIG_MTD_NOR_FLASH
-extern flash_info_t flash_info[];
+#include <flash.h>
#endif
void lcd_show_board_info(void)