summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include/asm/u-boot.h
diff options
context:
space:
mode:
authorKun-Hua Huang <kunhua@andestech.com>2015-08-24 14:52:35 +0800
committerTom Rini <trini@konsulko.com>2015-08-28 11:46:35 -0400
commit2e88bb28d8061286d2f1cabcac224df15b941b82 (patch)
treef61379fd60c3a45e33c2fbae96df449daf7294db /arch/nds32/include/asm/u-boot.h
parent14006a5671058bfe2f323beeec66448fce228adb (diff)
downloadtalos-obmc-uboot-2e88bb28d8061286d2f1cabcac224df15b941b82.tar.gz
talos-obmc-uboot-2e88bb28d8061286d2f1cabcac224df15b941b82.zip
NDS32: Generic Board Support and Unsupport
Add nds32 ag101p generic board support. Signed-off-by: Kun-Hua Huang <kunhua@andestech.com>
Diffstat (limited to 'arch/nds32/include/asm/u-boot.h')
-rw-r--r--arch/nds32/include/asm/u-boot.h1
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 44e72d414b..2efdeb1243 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 */
{
OpenPOWER on IntegriCloud