commit | 6a931596d9070d699bebc5b15f2ba04759f1bb49 | [log] [tgz] |
---|---|---|
author | rick <rick@andestech.com> | Mon Aug 28 13:31:48 2017 +0800 |
committer | Andes <uboot@andestech.com> | Thu Sep 21 10:30:22 2017 +0800 |
tree | d98c3763b6cefb3332ac502c4611de26d2f41e5f | |
parent | 4671cf7d70a2d56d992df3459b6b49c4723f8177 [diff] [blame] |
nds32: bootm: Fix warning of struct tag_serialnr declared move #include <asm/setup.h> from bootm.c to bootm.h Signed-off-by: rick <rick@andestech.com>
diff --git a/arch/nds32/include/asm/bootm.h b/arch/nds32/include/asm/bootm.h index 6b10c07..2e2fe01 100644 --- a/arch/nds32/include/asm/bootm.h +++ b/arch/nds32/include/asm/bootm.h
@@ -11,6 +11,8 @@ #ifndef NDS32_BOOTM_H #define NDS32_BOOTM_H +#include <asm/setup.h> + extern void udc_disconnect(void); #if defined(CONFIG_SETUP_MEMORY_TAGS) || \