Re: [U-Boot] [PATCH v2 2/5] Enable CONFIG_PANIC_HANG for boards without do_reset()

2017-12-11 Thread Simon Glass
On 3 December 2017 at 20:37, Masahiro Yamada wrote: > Calling panic() for these boards causes build error: > undefined reference to `do_reset' > > They must compile do_reset(), or define CONFIG_PANIC_HANG. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > > configs/cl-som-imx7

[U-Boot] [PATCH v2 2/5] Enable CONFIG_PANIC_HANG for boards without do_reset()

2017-12-03 Thread Masahiro Yamada
Calling panic() for these boards causes build error: undefined reference to `do_reset' They must compile do_reset(), or define CONFIG_PANIC_HANG. Signed-off-by: Masahiro Yamada --- Changes in v2: None configs/cl-som-imx7_defconfig | 1 + configs/evb-rk3229_defconfig | 1 + configs/mccmon6_