Re: [U-Boot] [PATCH 2/6] tegra: Add NAND support to funcmux

2012-01-19 Thread Stephen Warren
On 01/13/2012 04:10 PM, Simon Glass wrote: > Add selection of NAND flash pins to the funcmux. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren -- nvpublic ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-bo

[U-Boot] [PATCH 2/6] tegra: Add NAND support to funcmux

2012-01-13 Thread Simon Glass
Add selection of NAND flash pins to the funcmux. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/funcmux.c|7 +++ arch/arm/include/asm/arch-tegra2/funcmux.h |3 +++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/tegra2/funcmux.c b