Skip to content

Commit

Permalink
nds32: drop bi_enetaddr from global data
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vapier authored and macpaul committed Aug 10, 2012
1 parent 4d3c95f commit 38230ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/nds32/include/asm/u-boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 38230ee

Please sign in to comment.