From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiang Zhao Date: Tue, 7 May 2019 03:16:18 +0000 Subject: [U-Boot] [patch v3 3/3] defconfig: ls1028ardb: enable wdt In-Reply-To: <20190507031739.3009-1-qiang.zhao@nxp.com> References: <20190507031739.3009-1-qiang.zhao@nxp.com> Message-ID: <20190507031739.3009-4-qiang.zhao@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable watchdog which is sp805, can be found on some NXP Layerscape SoC. Signed-off-by: Zhao Qiang --- 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