
29 Apr
2019
29 Apr
'19
10:24 a.m.
Enable watchdog which is sp805, can be found on some NXP Layerscape SoC.
Signed-off-by: Zhao Qiang qiang.zhao@nxp.com --- configs/ls1028ardb_defconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/configs/ls1028ardb_defconfig b/configs/ls1028ardb_defconfig index e3ff21f10c..5edcaae24b 100644 --- a/configs/ls1028ardb_defconfig +++ b/configs/ls1028ardb_defconfig @@ -70,3 +70,6 @@ CONFIG_NR_DRAM_BANKS=2 CONFIG_DM_PCI_COMPAT=y CONFIG_PCI_PNP=y CONFIG_DM_MMC=y +CONFIG_WDT_SP805=y +CONFIG_WDT=y +CONFIG_CMD_WDT=y
--
2.17.1