Re: [U-Boot] [PATCH 2/2] tegra: Enable NAND on TEC

2012-07-31 Thread Thierry Reding
On Tue, Jul 31, 2012 at 09:40:54AM -0600, Stephen Warren wrote: > On 07/31/2012 12:21 AM, Thierry Reding wrote: > > This commit enables NAND support on the Tamonten Evaluation Carrier and > > adds the corresponding device tree nodes. Furthermore, the U-Boot > > environment can now be stored in NAND

Re: [U-Boot] [PATCH 2/2] tegra: Enable NAND on TEC

2012-07-31 Thread Stephen Warren
On 07/31/2012 12:21 AM, Thierry Reding wrote: > This commit enables NAND support on the Tamonten Evaluation Carrier and > adds the corresponding device tree nodes. Furthermore, the U-Boot > environment can now be stored in NAND. > diff --git a/include/configs/tec.h b/include/configs/tec.h > +/* E

[U-Boot] [PATCH 2/2] tegra: Enable NAND on TEC

2012-07-30 Thread Thierry Reding
This commit enables NAND support on the Tamonten Evaluation Carrier and adds the corresponding device tree nodes. Furthermore, the U-Boot environment can now be stored in NAND. Signed-off-by: Thierry Reding --- board/avionic-design/dts/tegra20-tec.dts | 11 +++ include/configs/tec.h