diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 10:22:34 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 13:22:24 +0100 |
commit | 74c076d6c33d6d42ab065541a38383587879e7b7 (patch) | |
tree | b44a890cf87711cb3325e4615f281deb758af133 /board/afeb9260/afeb9260.c | |
parent | 163966087d62680547f188a93c61d01c8155254e (diff) |
at91sam9/at91cap: move nand drivers to drivers/mtd/nand
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/afeb9260/afeb9260.c')
-rw-r--r-- | board/afeb9260/afeb9260.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/afeb9260/afeb9260.c b/board/afeb9260/afeb9260.c index ba60861f1ea..024db2bbe0f 100644 --- a/board/afeb9260/afeb9260.c +++ b/board/afeb9260/afeb9260.c @@ -72,10 +72,10 @@ static void afeb9260_nand_hw_init(void) at91_sys_write(AT91_PMC_PCER, 1 << AT91SAM9260_ID_PIOC); /* Configure RDY/BSY */ - at91_set_gpio_input(AT91_PIN_PC13, 1); + at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1); /* Enable NandFlash */ - at91_set_gpio_output(AT91_PIN_PC14, 1); + at91_set_gpio_output(CONFIG_SYS_NAND_ENABLE_PIN, 1); } #ifdef CONFIG_MACB |