]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/include/asm/u-boot.h
Introduce generic link section.h symbol files
[u-boot] / arch / microblaze / include / asm / u-boot.h
index 543a6b177707256321ebf241f48ba36eae2d789e..8d00658564c5ee34f676c3161a3ac448f5631848 100644 (file)
@@ -40,9 +40,10 @@ typedef struct bd_info {
        unsigned long   bi_flashoffset; /* reserved area for startup monitor */
        unsigned long   bi_sramstart;   /* start of SRAM memory */
        unsigned long   bi_sramsize;    /* size  of SRAM memory */
-       unsigned long   bi_ip_addr;     /* IP Address */
-       unsigned long   bi_baudrate;    /* Console Baudrate */
+       unsigned int    bi_baudrate;    /* Console Baudrate */
 } bd_t;
 
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_MICROBLAZE
 
 #endif /* _U_BOOT_H_ */