From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Mon, 6 Jul 2015 10:20:35 +0200 Subject: [U-Boot] [PATCH 09/13] colibri_t20: enable nand onfi detection In-Reply-To: References: Message-ID: <5bc7ce272124c219e0727863baeac3bad6744d7b.1436170106.git.marcel.ziswiler@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Marcel Ziswiler Now after having fixed NAND ONFI detection actually enable it to make the various Colibri T20 module versions with different NAND chips assembled actually work. Signed-off-by: Marcel Ziswiler --- include/configs/colibri_t20.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index c85fb9f..6dc1c3a 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -65,6 +65,7 @@ #define CONFIG_CMD_NAND #define CONFIG_TEGRA_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 +#define CONFIG_SYS_NAND_ONFI_DETECTION /* Environment in NAND, 64K is a bit excessive but erase block is 512K anyway */ #define CONFIG_ENV_IS_IN_NAND -- 1.9.3