]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nios2/include/asm/u-boot.h
bd_info: remove bi_barudrate member from struct bd_info
[karo-tx-uboot.git] / arch / nios2 / include / asm / u-boot.h
index 6849b4ae9f2c65e0617a25aae443a4817772d1c0..51f6c30ef76e2d3b4217a58bf9959e309deb7842 100644 (file)
@@ -23,7 +23,6 @@ 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 */
 } bd_t;
 
 /* For image.h:image_check_target_arch() */