]> 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 21c72d5940835fe0f603c741198f31623817b948..8d00658564c5ee34f676c3161a3ac448f5631848 100644 (file)
@@ -40,8 +40,7 @@ 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() */