]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/u-boot.h
avr32: convert to dram_init()
[karo-tx-uboot.git] / arch / avr32 / include / asm / u-boot.h
index bff17d5ed2633515bd24bfc095525b55f2e2fe00..232350ead8c9a4525a57c379871829e49920c4d5 100644 (file)
@@ -7,7 +7,6 @@
 #define __ASM_U_BOOT_H__ 1
 
 typedef struct bd_info {
-       unsigned int            bi_baudrate;
        unsigned char           bi_phy_id[4];
        unsigned long           bi_board_number;
        void                    *bi_boot_params;
@@ -26,4 +25,7 @@ typedef struct bd_info {
 /* For image.h:image_check_target_arch() */
 #define IH_ARCH_DEFAULT IH_ARCH_AVR32
 
+int arch_cpu_init(void);
+int dram_init(void);
+
 #endif /* __ASM_U_BOOT_H__ */