]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/include/asm/u-boot.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / microblaze / include / asm / u-boot.h
index 31b014c77d256a89525006a6682f5dcfcb70148a..54d415ebb5bd22320f63f5cac66da3a06b708d9b 100644 (file)
@@ -24,7 +24,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 int    bi_baudrate;    /* Console Baudrate */
+       ulong           bi_boot_params; /* where this board expects params */
 } bd_t;
 
 /* For image.h:image_check_target_arch() */