X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Favr32%2Finclude%2Fasm%2Fu-boot.h;h=97bbbdef6df76b152d9769d918ba36b7ff663144;hb=4c25761337570e63e9e2631a81de221e692251e3;hp=8acd0561a8b77d3a45b38f808e3e5a15ff81be46;hpb=2e6e1772c0e34871769be4aef79748fe3e47d953;p=u-boot diff --git a/arch/avr32/include/asm/u-boot.h b/arch/avr32/include/asm/u-boot.h index 8acd0561a8..97bbbdef6d 100644 --- a/arch/avr32/include/asm/u-boot.h +++ b/arch/avr32/include/asm/u-boot.h @@ -23,8 +23,7 @@ #define __ASM_U_BOOT_H__ 1 typedef struct bd_info { - unsigned long bi_baudrate; - unsigned long bi_ip_addr; + unsigned int bi_baudrate; unsigned char bi_phy_id[4]; unsigned long bi_board_number; void *bi_boot_params; @@ -40,4 +39,7 @@ typedef struct bd_info { #define bi_memstart bi_dram[0].start #define bi_memsize bi_dram[0].size +/* For image.h:image_check_target_arch() */ +#define IH_ARCH_DEFAULT IH_ARCH_AVR32 + #endif /* __ASM_U_BOOT_H__ */