summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91sam9/gpio.h
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-03-26 18:52:33 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-04-01 01:46:12 +0200
commit0176d43e759a6e00cacc85eff26fd60f74b4f6b7 (patch)
treeb181c51bf4dca090faecd5bbeb5b95acbeab120e /include/asm-arm/arch-at91sam9/gpio.h
parent1762f13b4aab88b685b1722f17dada247945624b (diff)
downloadu-boot-imx-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.zip
u-boot-imx-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.tar.gz
u-boot-imx-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.tar.bz2
Add support for AT91SAM9260EK
Support for booting from internal DataFlash, external DataFlash card or NAND flash is available. Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'include/asm-arm/arch-at91sam9/gpio.h')
-rw-r--r--include/asm-arm/arch-at91sam9/gpio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-at91sam9/gpio.h b/include/asm-arm/arch-at91sam9/gpio.h
index cdd9cc2..2500eae 100644
--- a/include/asm-arm/arch-at91sam9/gpio.h
+++ b/include/asm-arm/arch-at91sam9/gpio.h
@@ -200,7 +200,6 @@ static unsigned long at91_pios[] = {
#endif
};
-
static inline void *pin_to_controller(unsigned pin)
{
pin -= PIN_BASE;
@@ -228,7 +227,6 @@ static inline int at91_set_GPIO_periph(unsigned pin, int use_pullup)
return 0;
}
-
/*
* mux the pin to the "A" internal peripheral role.
*/