diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-08-31 16:46:35 (GMT) |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-09-01 12:21:35 (GMT) |
commit | 25e6854d42c11046a468576179b5494f850311b2 (patch) | |
tree | 8d082bde626cae091c6d3f8b0b18d7f3d32ed08b /include/asm-avr32 | |
parent | 36d375faf5cff98e8dca32aabbbb1ec6036437dd (diff) | |
download | u-boot-fsl-qoriq-25e6854d42c11046a468576179b5494f850311b2.tar.xz |
avr32: use board_early_init_r instead of board_init_info
Replace the avr32-specific board_init_info hook by the standard
board_early_init_r hook and make it optional.
board_early_init_r() runs somewhat earlier than board_init_info used to
do, but this isn't a problem for any of the in-tree boards.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/initcalls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-avr32/initcalls.h b/include/asm-avr32/initcalls.h index 583e5dc..57a278b 100644 --- a/include/asm-avr32/initcalls.h +++ b/include/asm-avr32/initcalls.h @@ -26,6 +26,5 @@ extern int cpu_init(void); extern int timer_init(void); -extern void board_init_info(void); #endif /* __ASM_AVR32_INITCALLS_H__ */ |