From cf47f0af36b07883f92b22a00add2ac06c520a03 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 26 Oct 2016 15:01:10 -0700 Subject: Revert "colibri_imx7: print warning about upcoming NAND change" This reverts commit 34fcaeec51fa3f519a13eb8d127abea1853e77e5. If you have this version of U-Boot running, the change we warned about has already been applied. No need to warn anymore. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- board/toradex/colibri_imx7/colibri_imx7.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/board/toradex/colibri_imx7/colibri_imx7.c b/board/toradex/colibri_imx7/colibri_imx7.c index 8f928d7cc6..8ec2199fdd 100644 --- a/board/toradex/colibri_imx7/colibri_imx7.c +++ b/board/toradex/colibri_imx7/colibri_imx7.c @@ -633,19 +633,6 @@ int board_late_init(void) board_late_mmc_init(); #endif - if (is_soc_rev(CHIP_REV_1_1) < 0) { - printf("\nWARNING: This module uses an early tapeout/stepping " - "of the i.MX 7 SoC which suffers a NAND flash issue " - "requiring a software workaround. This U-Boot version " - "still implements this workaround, but future U-Boot " - "versions provided by Toradex will not use the " - "workaround anymore. You must use a newer Colibri " - "iMX7 (V1.1B or later) to use future software " - "versions. For evaluation and testing purposes it will " - "be possible to keep the current U-Boot and only " - "update the kernel and root filesystem.\n\n"); - } - return 0; } -- cgit v1.2.3