diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-12-15 13:24:31 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-07 23:42:46 +0100 |
commit | 4514b5f46a27df0843a8504273ee0cb0749ea86e (patch) | |
tree | a5611403639f15659aaf757d07395c5149a264f2 /arch/arm/include | |
parent | 433be902f3a7e8b40b349e3d9dacdf0a69982ede (diff) | |
download | u-boot-imx-4514b5f46a27df0843a8504273ee0cb0749ea86e.zip u-boot-imx-4514b5f46a27df0843a8504273ee0cb0749ea86e.tar.gz u-boot-imx-4514b5f46a27df0843a8504273ee0cb0749ea86e.tar.bz2 |
ARM: atmel: spl: add saic to aic redirect function
Some SoC need to redirect the saic to aic to make the interrupt to
work, here add a weak function to be replaced by real function.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-at91/at91_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91_common.h b/arch/arm/include/asm/arch-at91/at91_common.h index 912e55c..efcd74e 100644 --- a/arch/arm/include/asm/arch-at91/at91_common.h +++ b/arch/arm/include/asm/arch-at91/at91_common.h @@ -33,5 +33,6 @@ void at91_mck_init(u32 mckr); void at91_spl_board_init(void); void at91_disable_wdt(void); void matrix_init(void); +void redirect_int_from_saic_to_aic(void); #endif /* AT91_COMMON_H */ |