summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2013-04-16 23:42:44 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-05-12 16:40:42 +0200
commit9e336903891f1c28be04f0b5503ca54939b2976a (patch)
tree7c09c401418f5e022166047807e71d81e79f9da8 /arch/arm/include/asm
parente542377a59df350bb38e136949d0942c7f49d248 (diff)
downloadblackbird-obmc-uboot-9e336903891f1c28be04f0b5503ca54939b2976a.tar.gz
blackbird-obmc-uboot-9e336903891f1c28be04f0b5503ca54939b2976a.zip
arm: at91: add at91sam9n12ek board support
Add support for following features: - nand boot, with PMECC 2bit ECC for 512 bytes sector - SPI flash boot - SD card boot - LCD support Signed-off-by: Josh Wu <josh.wu@atmel.com> [fix -Wimplicit-function-declaration for at91_lcd_hw_init()] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-at91/at91_common.h1
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 8282f46199..584393572c 100644
--- a/arch/arm/include/asm/arch-at91/at91_common.h
+++ b/arch/arm/include/asm/arch-at91/at91_common.h
@@ -35,5 +35,6 @@ void at91_seriald_hw_init(void);
void at91_spi0_hw_init(unsigned long cs_mask);
void at91_spi1_hw_init(unsigned long cs_mask);
void at91_uhp_hw_init(void);
+void at91_lcd_hw_init(void);
#endif /* AT91_COMMON_H */
OpenPOWER on IntegriCloud