diff options
Diffstat (limited to 'board/BuS')
-rw-r--r-- | board/BuS/eb_cpux9k2/cpux9k2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/BuS/eb_cpux9k2/cpux9k2.c b/board/BuS/eb_cpux9k2/cpux9k2.c index e9a1cb2..a918b04 100644 --- a/board/BuS/eb_cpux9k2/cpux9k2.c +++ b/board/BuS/eb_cpux9k2/cpux9k2.c @@ -33,6 +33,7 @@ #include <asm/arch/at91_pio.h> #include <asm/arch/at91_pmc.h> #include <asm/arch/at91_mc.h> +#include <asm/arch/at91_common.h> #ifdef CONFIG_STATUS_LED #include <status_led.h> @@ -77,6 +78,12 @@ int board_init(void) return 0; } +int board_early_init_f(void) +{ + at91_seriald_hw_init(); + return 0; +} + #ifdef CONFIG_MISC_INIT_R int misc_init_r(void) |