diff mbox

[U-Boot] mx31pdk: Remove watchdog support

Message ID 1365534232-6393-1-git-send-email-fabio.estevam@freescale.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Fabio Estevam April 9, 2013, 7:03 p.m. UTC
The conversion of mx31pdk to SPL NAND fixed the boot issue, but we start seeing 
resets in loop, which prevents us from reaching the U-boot prompt.

Until the proper fix can be identified, disable watchdog, so that mx31pdk
can be functional again.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx31pdk.h |    2 --
 1 file changed, 2 deletions(-)

Comments

Stefano Babic April 10, 2013, 6:14 a.m. UTC | #1
On 09/04/2013 21:03, Fabio Estevam wrote:
> The conversion of mx31pdk to SPL NAND fixed the boot issue, but we start seeing 
> resets in loop, which prevents us from reaching the U-boot prompt.
> 
> Until the proper fix can be identified, disable watchdog, so that mx31pdk
> can be functional again.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Hi Fabio,

>  include/configs/mx31pdk.h |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
> index 34e4295..da894c4 100644
> --- a/include/configs/mx31pdk.h
> +++ b/include/configs/mx31pdk.h
> @@ -60,8 +60,6 @@
>  
>  #define CONFIG_MXC_UART
>  #define CONFIG_MXC_UART_BASE	UART1_BASE
> -#define CONFIG_HW_WATCHDOG
> -#define CONFIG_IMX_WATCHDOG
>  #define CONFIG_MXC_GPIO
>  
>  #define CONFIG_HARD_SPI
> 

Benoit's patchset will flow into the release - then this one should also
be merged.

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Albert ARIBAUD April 10, 2013, 9:23 p.m. UTC | #2
Hi Fabio,

On Tue, 9 Apr 2013 16:03:52 -0300, Fabio Estevam
<fabio.estevam@freescale.com> wrote:

> The conversion of mx31pdk to SPL NAND fixed the boot issue, but we start seeing 
> resets in loop, which prevents us from reaching the U-boot prompt.
> 
> Until the proper fix can be identified, disable watchdog, so that mx31pdk
> can be functional again.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  include/configs/mx31pdk.h |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
> index 34e4295..da894c4 100644
> --- a/include/configs/mx31pdk.h
> +++ b/include/configs/mx31pdk.h
> @@ -60,8 +60,6 @@
>  
>  #define CONFIG_MXC_UART
>  #define CONFIG_MXC_UART_BASE	UART1_BASE
> -#define CONFIG_HW_WATCHDOG
> -#define CONFIG_IMX_WATCHDOG
>  #define CONFIG_MXC_GPIO
>  
>  #define CONFIG_HARD_SPI

Applied to u-boot-arm/master, thanks!

Amicalement,
diff mbox

Patch

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 34e4295..da894c4 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -60,8 +60,6 @@ 
 
 #define CONFIG_MXC_UART
 #define CONFIG_MXC_UART_BASE	UART1_BASE
-#define CONFIG_HW_WATCHDOG
-#define CONFIG_IMX_WATCHDOG
 #define CONFIG_MXC_GPIO
 
 #define CONFIG_HARD_SPI