Commit afc02ad90dd967faa7cf7013310423e29670cadb

Authored by Robin Gong
1 parent 99b0b68a1d

MLK-9891-2: board: freescale: mx6sxsabreauto: enable WDOG_B setting

Enable WDOG_B setting to workaround QSPI boot issue.

Signed-off-by: Robin Gong <b38343@freescale.com>
(cherry picked from commit 4d924f8eb47392e34a4ed2459f5534889b9b2009)

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

board/freescale/mx6sxsabreauto/mx6sxsabreauto.c
... ... @@ -893,6 +893,8 @@
893 893 #ifdef CONFIG_ENV_IS_IN_MMC
894 894 board_late_mmc_init();
895 895 #endif
  896 + /* set WDOG_B to reset whole system */
  897 + set_wdog_reset((struct wdog_regs *)WDOG1_BASE_ADDR);
896 898  
897 899 return 0;
898 900 }