]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
[thirdparty/u-boot.git] / board / atmel / at91sam9m10g45ek / at91sam9m10g45ek.c
index 3af70971f34a16469f799f07f2680687935c72a3..2f3a772b81fa721eb7b0f6593a372e9a0df2eae4 100644 (file)
@@ -63,10 +63,10 @@ void at91sam9m10g45ek_nand_hw_init(void)
        at91_periph_clk_enable(ATMEL_ID_PIOC);
 
        /* Configure RDY/BSY */
-       at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1);
+       at91_set_gpio_input(CFG_SYS_NAND_READY_PIN, 1);
 
        /* Enable NandFlash */
-       at91_set_gpio_output(CONFIG_SYS_NAND_ENABLE_PIN, 1);
+       at91_set_gpio_output(CFG_SYS_NAND_ENABLE_PIN, 1);
 }
 #endif