X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fliebherr%2Fdisplay5%2Fspl.c;h=5c1af1a7720fded226e29904d0ed2c81a1e7541d;hb=3847ba94f0207cca171d728aca1637b16e1210a9;hp=d5fe336d22dec5e144c59226613a63091ae02932;hpb=954a2f81775096fc5066632c979b0d8d83683b87;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/liebherr/display5/spl.c b/board/liebherr/display5/spl.c index d5fe336..5c1af1a 100644 --- a/board/liebherr/display5/spl.c +++ b/board/liebherr/display5/spl.c @@ -327,8 +327,10 @@ void board_init_f(ulong dummy) displ5_set_iomux_misc_spl(); /* Initialize and reset WDT in SPL */ +#ifdef CONFIG_SPL_WATCHDOG hw_watchdog_init(); WATCHDOG_RESET(); +#endif /* load/boot image from boot device */ board_init_r(NULL, 0);