]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
nds32: drop bi_enetaddr from global data
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Aug 2012 13:46:35 +0000 (13:46 +0000)
committerMacpaul Lin <macpaul@gmail.com>
Fri, 10 Aug 2012 16:43:28 +0000 (00:43 +0800)
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

index eabbf38fb1a55fc5dd95b92ad78e652477306b95..b533fea7c5b4a448de08b1e07acb17872ced9613 100644 (file)
@@ -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 */