summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-10-26 15:01:10 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-02-01 15:14:54 +0100
commitcf47f0af36b07883f92b22a00add2ac06c520a03 (patch)
treef1f154568862ae0112f749711ef1f08da73bd6f6
parentcd8f8265f33ddfbbc31d2abbaf8e2e3e8896fcba (diff)
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 <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--board/toradex/colibri_imx7/colibri_imx7.c13
1 files changed, 0 insertions, 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;
}