diff options
author | Stelian Pop <stelian@popies.net> | 2008-03-26 18:52:33 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-04-01 01:46:12 +0200 |
commit | 0176d43e759a6e00cacc85eff26fd60f74b4f6b7 (patch) | |
tree | b181c51bf4dca090faecd5bbeb5b95acbeab120e /include/asm-arm/arch-at91sam9/gpio.h | |
parent | 1762f13b4aab88b685b1722f17dada247945624b (diff) | |
download | talos-obmc-uboot-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.tar.gz talos-obmc-uboot-0176d43e759a6e00cacc85eff26fd60f74b4f6b7.zip |
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.h | 2 |
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 cdd9cc2db1..2500eae2a4 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. */ |