]> git.sur5r.net Git - u-boot/blobdiff - arch/sh/include/asm/u-boot.h
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / sh / include / asm / u-boot.h
index 27d43b93474806f889faca993b974dd04b6a5596..2c9c4634d8090ab84df2fb08cd89d2cd13a039dd 100644 (file)
@@ -33,9 +33,11 @@ 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 */
        unsigned long   bi_boot_params; /* where this board expects params */
 } bd_t;
 
+/* For image.h:image_check_target_arch() */
+#define IH_ARCH_DEFAULT IH_ARCH_SH
+
 #endif