On 20.8.2018 04:42, Tom Rini wrote: > On Sat, Aug 18, 2018 at 08:18:25PM +0300, Ramon Fried wrote: > >> This converts the remaining board defined >> CONFIG_BOARD_LATE_INIT to Kconfig. >> >> Signed-off-by: Ramon Fried <ramon.fr...@gmail.com> >> --- >> Changes in v2: >> * Removed config from Kconfig as it already exists on >> common/Kconfig. >> * Changed the commit message. > > OK, I went to apply this and I see where I sent you in the wrong > direction, sorry. BOARD_LATE_INIT is something that the boards (or > SoCs) in question should be select'ing, which is what everything else > that uses it is doing. Thanks!
For zynq and zynqmp case we need to disable this option for mini configuration because we don't want to do full initialization in these cases. That's why for zynq/zynqmp we need to move this symbol from select to imply in Kconfig and fill a name for it. It means for us it is not one line change. I am going to send a patch to show conversion for zynq/zynqmp when builds are done. Thanks, Michal _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot