diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-06 13:46:35 +0000 |
---|---|---|
committer | Macpaul Lin <macpaul@gmail.com> | 2012-08-11 00:43:28 +0800 |
commit | 38230ee7bb8d8854a4246c0fba2b5dfcc7876e7f (patch) | |
tree | 35069afaddc7e18f7663ed54f8b06e22da9f149b /arch/nds32 | |
parent | 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127 (diff) |
nds32: drop bi_enetaddr from global data
Nothing is using this, so punt it from the gd. Seems to just be a copy
& paste wart from the initial port.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/include/asm/u-boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/include/asm/u-boot.h b/arch/nds32/include/asm/u-boot.h index eabbf38fb1a..b533fea7c5b 100644 --- a/arch/nds32/include/asm/u-boot.h +++ b/arch/nds32/include/asm/u-boot.h @@ -40,7 +40,6 @@ typedef struct bd_info { int bi_baudrate; /* serial console baudrate */ - unsigned char bi_enetaddr[6]; /* Ethernet adress */ unsigned long bi_arch_number; /* unique id for this board */ unsigned long bi_boot_params; /* where this board expects params */ unsigned long bi_memstart; /* start of DRAM memory */ |