diff options
author | Ilya Yanok <ilya.yanok@cogentembedded.com> | 2012-11-06 13:06:31 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-10 08:54:02 -0700 |
commit | 98b5c269433f178bf2596441ee04f8004e528ed4 (patch) | |
tree | fadadf1b932467ace6d9c283fb69cd3ea265ecf0 /board/ti | |
parent | 8eb16b7f73035125215edf880a2c70fa3d42b1e9 (diff) | |
download | u-boot-imx-98b5c269433f178bf2596441ee04f8004e528ed4.zip u-boot-imx-98b5c269433f178bf2596441ee04f8004e528ed4.tar.gz u-boot-imx-98b5c269433f178bf2596441ee04f8004e528ed4.tar.bz2 |
am335x_evm: enable NAND support
Enable NAND support for AM335X boards.
Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/am335x/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index b56a801..6908378 100644 --- a/board/ti/am335x/board.c +++ b/board/ti/am335x/board.c @@ -318,6 +318,8 @@ int board_init(void) gd->bd->bi_boot_params = PHYS_DRAM_1 + 0x100; + gpmc_init(); + return 0; } |