From: Marcel Ziswiler <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

