diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-08-20 23:30:36 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-09 15:13:24 +0200 |
commit | 5b94b6f6b28fcb93b3440e12282e3384e17972c8 (patch) | |
tree | cfcf7957073a566016d2f7461bf0cb82a0a0a231 | |
parent | f599288d55e5816c2cf468880e3120ed0b34080e (diff) | |
download | u-boot-imx-5b94b6f6b28fcb93b3440e12282e3384e17972c8.zip u-boot-imx-5b94b6f6b28fcb93b3440e12282e3384e17972c8.tar.gz u-boot-imx-5b94b6f6b28fcb93b3440e12282e3384e17972c8.tar.bz2 |
imx: ventana: updated notes regarding NAND boot errata
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | board/gateworks/gw_ventana/gw_ventana.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index a222921..6ab2bd4 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -1341,10 +1341,11 @@ int misc_init_r(void) * The Gateworks System Controller implements a boot * watchdog (always enabled) as a workaround for IMX6 boot related * errata such as: - * ERR005768 - no fix - * ERR006282 - fixed in silicon r1.3 + * ERR005768 - no fix scheduled + * ERR006282 - fixed in silicon r1.2 * ERR007117 - fixed in silicon r1.3 * ERR007220 - fixed in silicon r1.3 + * ERR007926 - no fix scheduled * see http://cache.freescale.com/files/32bit/doc/errata/IMX6DQCE.pdf * * Disable the boot watchdog and display/clear the timeout flag if set |