From 2e88bb28d8061286d2f1cabcac224df15b941b82 Mon Sep 17 00:00:00 2001 From: Kun-Hua Huang Date: Mon, 24 Aug 2015 14:52:35 +0800 Subject: NDS32: Generic Board Support and Unsupport Add nds32 ag101p generic board support. Signed-off-by: Kun-Hua Huang --- arch/nds32/include/asm/u-boot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/nds32/include/asm/u-boot.h') diff --git a/arch/nds32/include/asm/u-boot.h b/arch/nds32/include/asm/u-boot.h index 44e72d414b9..2efdeb1243b 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 */ { -- cgit v1.2.3