at91sam9/at91cap: move common spi initialisation to cpu
[platform/kernel/u-boot.git] / include / asm-arm / u-boot.h
index 146934c..cfd5a9b 100644 (file)
@@ -39,7 +39,6 @@
 typedef struct bd_info {
     int                        bi_baudrate;    /* serial console baudrate */
     unsigned long      bi_ip_addr;     /* IP Address */
-    unsigned char      bi_enetaddr[6]; /* Ethernet adress */
     struct environment_s              *bi_env;
     ulong              bi_arch_number; /* unique id for this board */
     ulong              bi_boot_params; /* where this board expects params */
@@ -47,7 +46,7 @@ typedef struct bd_info {
     {
        ulong start;
        ulong size;
-    }                  bi_dram[CONFIG_NR_DRAM_BANKS];
+    }                  bi_dram[CONFIG_NR_DRAM_BANKS];
 } bd_t;
 
 #define bi_env_data bi_env->data