diff mbox

[U-Boot,1/3] nds32: drop bi_enetaddr from global data

Message ID 1344296797-15268-1-git-send-email-vapier@gentoo.org
State Accepted
Commit 38230ee7bb8d8854a4246c0fba2b5dfcc7876e7f
Delegated to: Macpaul Lin
Headers show

Commit Message

Mike Frysinger Aug. 6, 2012, 11:46 p.m. UTC
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>
---
 arch/nds32/include/asm/u-boot.h |    1 -
 1 file changed, 1 deletion(-)

Comments

Macpaul Lin Aug. 10, 2012, 4:47 p.m. UTC | #1
Hi Mike,

2012/8/7 Mike Frysinger <vapier@gentoo.org>:
> 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>
> ---
>  arch/nds32/include/asm/u-boot.h |    1 -
>  1 file changed, 1 deletion(-)

Applied to u-boot-nds32.git/master
Thanks.
diff mbox

Patch

diff --git a/arch/nds32/include/asm/u-boot.h b/arch/nds32/include/asm/u-boot.h
index eabbf38..b533fea 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 */