summaryrefslogtreecommitdiffstats
path: root/board/freescale/m5329evb/nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m5329evb/nand.c')
-rw-r--r--board/freescale/m5329evb/nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5329evb/nand.c b/board/freescale/m5329evb/nand.c
index f84912e37e..82492f69db 100644
--- a/board/freescale/m5329evb/nand.c
+++ b/board/freescale/m5329evb/nand.c
@@ -83,7 +83,7 @@ int board_nand_init(struct nand_chip *nand)
{
volatile gpio_t *gpio = (gpio_t *) MMAP_GPIO;
- *((volatile u16 *)CFG_LATCH_ADDR) |= 0x0004;
+ *((volatile u16 *)CONFIG_SYS_LATCH_ADDR) |= 0x0004;
/* set up pin configuration */
gpio->par_timer &= ~GPIO_PAR_TIN3_TIN3;
OpenPOWER on IntegriCloud