diff options
Diffstat (limited to 'board/gardena/smart-gateway-mt7688/board.c')
-rw-r--r-- | board/gardena/smart-gateway-mt7688/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/gardena/smart-gateway-mt7688/board.c b/board/gardena/smart-gateway-mt7688/board.c index e9ffd42a8a..ae03f0a434 100644 --- a/board/gardena/smart-gateway-mt7688/board.c +++ b/board/gardena/smart-gateway-mt7688/board.c @@ -6,10 +6,12 @@ #include <common.h> #include <env.h> #include <env_internal.h> +#include <init.h> #include <led.h> #include <net.h> #include <spi.h> #include <spi_flash.h> +#include <u-boot/crc.h> #include <uuid.h> #include <linux/ctype.h> #include <linux/io.h> |