]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/u-boot.h
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / arch / x86 / include / asm / u-boot.h
index a43b3aadedd2801f1f1f67e17ce7de4f7f8a3c90..da667c50a498c1bad8c29f7134175598be891429 100644 (file)
@@ -45,7 +45,6 @@ typedef struct bd_info {
        unsigned long   bi_sramstart;   /* start of SRAM memory */
        unsigned long   bi_sramsize;    /* size  of SRAM memory */
        unsigned long   bi_bootflags;   /* boot / reboot flag (for LynxOS) */
-       unsigned long   bi_ip_addr;     /* IP Address */
        unsigned short  bi_ethspeed;    /* Ethernet speed in Mbps */
        unsigned long   bi_intfreq;     /* Internal Freq, in MHz */
        unsigned long   bi_busfreq;     /* Bus Freq, in MHz */
@@ -58,4 +57,7 @@ typedef struct bd_info {
        }bi_dram[CONFIG_NR_DRAM_BANKS];
 } bd_t;
 
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_I386
+
 #endif /* _U_BOOT_H_ */