[U-Boot] [PATCH v1 3/8] am33xx: NAND support

2012-10-30 Thread Ilya Yanok
TI AM33XX has the same GPMC controller as OMAP3 so we could just use the existing omap_gpmc driver. This patch adds adds required definitions/intialization. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- arch/arm/cpu/armv7/am33xx/Makefile |1 +

Re: [U-Boot] [PATCH v1 3/8] am33xx: NAND support

2012-10-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/30/12 15:47, Ilya Yanok wrote: TI AM33XX has the same GPMC controller as OMAP3 so we could just use the existing omap_gpmc driver. This patch adds adds required definitions/intialization. [snip] --- a/arch/arm/cpu/armv7/am33xx/board.c +++