MIPS: add support for 64 bit addressing
[platform/kernel/u-boot.git] / arch / mips / include / asm / u-boot.h
index e839ca1..590649a 100644 (file)
@@ -33,7 +33,6 @@
 
 typedef struct bd_info {
        int             bi_baudrate;    /* serial console baudrate */
-       unsigned long   bi_ip_addr;     /* IP Address */
        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 */
@@ -43,4 +42,7 @@ typedef struct bd_info {
        unsigned long   bi_flashoffset; /* reserved area for startup monitor */
 } bd_t;
 
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_MIPS
+
 #endif /* _U_BOOT_H_ */