X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fnds32%2Finclude%2Fasm%2Fu-boot.h;h=4378ebf44b952ca16bd31b9216ae3af3d73be66f;hb=235c5b8315c6a9eb566fd3d99a098cc6db869fc5;hp=44e72d414b9de9ad94504305700de7bca1cd47ee;hpb=cc49da249cf2f380d2fed5571fad65ce6494fc95;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/nds32/include/asm/u-boot.h b/arch/nds32/include/asm/u-boot.h index 44e72d4..4378ebf 100644 --- a/arch/nds32/include/asm/u-boot.h +++ b/arch/nds32/include/asm/u-boot.h @@ -20,6 +20,8 @@ #ifndef _U_BOOT_H_ #define _U_BOOT_H_ 1 +#include + #include typedef struct bd_info { @@ -30,6 +32,7 @@ typedef struct bd_info { unsigned long bi_flashstart; /* start of FLASH memory */ unsigned long bi_flashsize; /* size of FLASH memory */ unsigned long bi_flashoffset; /* reserved area for startup monitor */ + unsigned char bi_enetaddr[6]; struct /* RAM configuration */ {