diff options
Diffstat (limited to 'arch/nds32/include/asm/u-boot.h')
-rw-r--r-- | arch/nds32/include/asm/u-boot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/include/asm/u-boot.h b/arch/nds32/include/asm/u-boot.h index 44e72d4..2efdeb1 100644 --- a/arch/nds32/include/asm/u-boot.h +++ b/arch/nds32/include/asm/u-boot.h @@ -30,6 +30,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 */ { |