Re: [U-Boot] [PATCH v4 6/6] tegra: Enable NAND on Seaboard

2012-11-01 Thread Stephen Warren
On 07/30/2012 12:53 AM, Simon Glass wrote: This enables NAND support for the Seaboard. diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h #include tegra20-common-post.h +/* NAND support */ +#define CONFIG_CMD_NAND +#define CONFIG_TEGRA_NAND + +/* Max number of NAND

Re: [U-Boot] [PATCH v4 6/6] tegra: Enable NAND on Seaboard

2012-11-01 Thread Lucas Stach
Am Donnerstag, den 01.11.2012, 15:57 -0600 schrieb Stephen Warren: On 07/30/2012 12:53 AM, Simon Glass wrote: This enables NAND support for the Seaboard. diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h #include tegra20-common-post.h +/* NAND support */

Re: [U-Boot] [PATCH v4 6/6] tegra: Enable NAND on Seaboard

2012-11-01 Thread Simon Glass
Hi, On Thu, Nov 1, 2012 at 4:13 PM, Lucas Stach d...@lynxeye.de wrote: Am Donnerstag, den 01.11.2012, 15:57 -0600 schrieb Stephen Warren: On 07/30/2012 12:53 AM, Simon Glass wrote: This enables NAND support for the Seaboard. diff --git a/include/configs/seaboard.h

[U-Boot] [PATCH v4 6/6] tegra: Enable NAND on Seaboard

2012-07-30 Thread Simon Glass
This enables NAND support for the Seaboard. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Move to using CONFIG_SYS_NAND_SELF_INIT - Rename CONFIG_TEGRA2_NAND to CONFIG_TEGRA_NAND include/configs/seaboard.h |9 + include/configs/tegra20-common.h |2 ++ 2