On Sun, Jan 22, 2017 at 12:45:44PM +0900, Masahiro Yamada wrote:
> Hi.
> 
> 
> 2017-01-22 8:02 GMT+09:00 Tom Rini <tr...@konsulko.com>:
> > On Sat, Jan 21, 2017 at 11:48:33AM +0100, Jagan Teki wrote:
> >
> >> Cc: Tom Rini <tr...@konsulko.com>
> >> Signed-off-by: Jagan Teki <ja...@openedev.com>
> >
> > Note: theadorable_debug grows by ~161 bytes in SPL as it had been
> > enabling BOARD_LATE_INIT only for non-SPL which is now not allowed.
> >
> > Applied to u-boot/master, thanks!
> 
> Now, CONFIG_BOARD_LATE_INIT can be enabled/disabled
> from menuconfig, but generally this is not user-configurable
> because disabling it will skip needed init procedure.
> 
> I thought the right thing to do was
>   [1] Make each board "select BOARD_LATE_INIT"
> 
>         or
> 
>   [2] Change board_late_init() into a weak function so that
>        each board file can overrides it, then deprecate
>        CONFIG_BOARD_LATE_INIT.

In the fullness of time this should become a select, I agree.  However,
it's more than a bit difficult to figure out where to, and then
automatically whack in, a 'select' line.  I have something almost
working locally (that I'll just need to fixup the Kconfig files in,
after adding lines close to where they go) but like things that we can
clean up once 'imply' is a valid word, we really need to get things
converted, and then cleaned up.  Thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to