Skip to content
  • Peng Fan's avatar
    imx: spl: enable CONFIG_SPL_WATCHDOG_SUPPORT · ed3fb1fb
    Peng Fan authored
    This commit 4bdcbe60
    
     removes reset_cpu
    which breaks SPL build when DEBUG macro defined.
    
    "
    arch/arm/lib/built-in.o: In function `do_reset':
    ~/uboot/arch/arm/lib/reset.c:45: undefined reference to `reset_cpu'
    scripts/Makefile.spl:244: recipe for target 'spl/u-boot-spl' failed
    "
    Enable CONFIG_SPL_WATCHDOG_SUPPORT to fix this issue.
    
    Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
    Cc: Stefano Babic <sbabic@denx.de>
    Cc: Fabio Estevam <fabio.estevam@freescale.com>
    Cc: Marek Vasut <marex@denx.de>
    Cc: Tim Harvey <tharvey@gateworks.com>
    Acked-by: default avatarEric Nelson <eric@nelint.com>
    ed3fb1fb