diff mbox series

imx8qxp_mek: Remove SPL watchdog option

Message ID 20200420125547.27838-1-festevam@gmail.com
State Accepted
Commit d6ce05db7648b31aa27708eb38c000f41b2cc8c8
Headers show
Series imx8qxp_mek: Remove SPL watchdog option | expand

Commit Message

Fabio Estevam April 20, 2020, 12:55 p.m. UTC
Currently the following watchdog error is seen in SPL:

U-Boot SPL 2020.04-00407-g8d5d3bcf3c (Apr 20 2020 - 09:48:09 -0300)
Normal Boot
WDT:   Not found!
...

There is no watchdog driver for i.MX8 at the moment, nor code for
configuring the watchdog in SPL, so remove the CONFIG_SPL_WATCHDOG_SUPPORT
option for now.

Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
 configs/imx8qxp_mek_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic April 20, 2020, 12:58 p.m. UTC | #1
On 20.04.20 14:55, Fabio Estevam wrote:
> Currently the following watchdog error is seen in SPL:
> 
> U-Boot SPL 2020.04-00407-g8d5d3bcf3c (Apr 20 2020 - 09:48:09 -0300)
> Normal Boot
> WDT:   Not found!
> ...
> 
> There is no watchdog driver for i.MX8 at the moment, nor code for
> configuring the watchdog in SPL, so remove the CONFIG_SPL_WATCHDOG_SUPPORT
> option for now.
> 
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
> ---
>  configs/imx8qxp_mek_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig
> index 8a7e9ee9c7..e0f49f4b4d 100644
> --- a/configs/imx8qxp_mek_defconfig
> +++ b/configs/imx8qxp_mek_defconfig
> @@ -28,7 +28,6 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y
>  CONFIG_SPL_SEPARATE_BSS=y
>  CONFIG_SPL_POWER_SUPPORT=y
>  CONFIG_SPL_POWER_DOMAIN=y
> -CONFIG_SPL_WATCHDOG_SUPPORT=y
>  CONFIG_HUSH_PARSER=y
>  CONFIG_CMD_CPU=y
>  # CONFIG_BOOTM_NETBSD is not set
> 

Reviewed-by: Stefano Babic <sbabic at denx.de>

Regards,
Stefano
Stefano Babic May 1, 2020, 4:31 p.m. UTC | #2
> Currently the following watchdog error is seen in SPL:
> U-Boot SPL 2020.04-00407-g8d5d3bcf3c (Apr 20 2020 - 09:48:09 -0300)
> Normal Boot
> WDT:   Not found!
> ...
> There is no watchdog driver for i.MX8 at the moment, nor code for
> configuring the watchdog in SPL, so remove the CONFIG_SPL_WATCHDOG_SUPPORT
> option for now.
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
> Reviewed-by: Stefano Babic <sbabic at denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig
index 8a7e9ee9c7..e0f49f4b4d 100644
--- a/configs/imx8qxp_mek_defconfig
+++ b/configs/imx8qxp_mek_defconfig
@@ -28,7 +28,6 @@  CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_SEPARATE_BSS=y
 CONFIG_SPL_POWER_SUPPORT=y
 CONFIG_SPL_POWER_DOMAIN=y
-CONFIG_SPL_WATCHDOG_SUPPORT=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_CPU=y
 # CONFIG_BOOTM_NETBSD is not set