diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-21 21:08:00 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-22 13:22:14 +0100 |
commit | e2c0476f958f8e0b269a1118f4ba4a5cd475aa56 (patch) | |
tree | 94be283be61838fa574be024f92d07ebfc7b79cd /include/asm-arm | |
parent | f3f91f886bc8927fd692ac411b7423a87ffec532 (diff) | |
download | u-boot-imx-e2c0476f958f8e0b269a1118f4ba4a5cd475aa56.zip u-boot-imx-e2c0476f958f8e0b269a1118f4ba4a5cd475aa56.tar.gz u-boot-imx-e2c0476f958f8e0b269a1118f4ba4a5cd475aa56.tar.bz2 |
at91sam9/at91cap: move common macb initialisation to cpu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-at91/at91_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/at91_common.h b/include/asm-arm/arch-at91/at91_common.h index 797854b..9c4e019 100644 --- a/include/asm-arm/arch-at91/at91_common.h +++ b/include/asm-arm/arch-at91/at91_common.h @@ -25,6 +25,7 @@ #ifndef AT91_COMMON_H #define AT91_COMMON_H +void at91_macb_hw_init(void); void at91_serial_hw_init(void); void at91_serial0_hw_init(void); void at91_serial1_hw_init(void); |