
29 Oct
2021
29 Oct
'21
4:49 p.m.
Fix build warning in misc_init_r jethub-j100.c
Signed-off-by: Vyacheslav Bocharov adeep@lexina.in
--- board/amlogic/jethub-j100/jethub-j100.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/board/amlogic/jethub-j100/jethub-j100.c b/board/amlogic/jethub-j100/jethub-j100.c index 575bb31573..6a2c4ad4c3 100644 --- a/board/amlogic/jethub-j100/jethub-j100.c +++ b/board/amlogic/jethub-j100/jethub-j100.c @@ -13,6 +13,7 @@ #include <asm/arch/sm.h> #include <asm/arch/eth.h> #include <asm/arch/mem.h> +#include <u-boot/crc.h>
int misc_init_r(void) { -- 2.30.2