summaryrefslogtreecommitdiffstats
path: root/board/omap/board-beagle.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/omap/board-beagle.c')
-rw-r--r--board/omap/board-beagle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/omap/board-beagle.c b/board/omap/board-beagle.c
index 866d8325e5..93092ccc00 100644
--- a/board/omap/board-beagle.c
+++ b/board/omap/board-beagle.c
@@ -259,10 +259,12 @@ static int beagle_devices_init(void)
ret = register_device(&sdram_dev);
if (ret)
goto failed;
+
#ifdef CONFIG_GPMC
/* WP is made high and WAIT1 active Low */
gpmc_generic_init(0x10);
#endif
+ gpmc_generic_nand_devices_init(0, 16, 1);
armlinux_add_dram(&sdram_dev);
failed:
return ret;