[U-Boot] [PATCH v7 03/13] dm: Make driver model available before board_init()

Simon Glass sjg at chromium.org
Sun Sep 21 18:09:48 CEST 2014


On 3 September 2014 17:37, Simon Glass <sjg at chromium.org> wrote:
> For some boards board_init() will change GPIOs, so we need to have driver
> model available before then. Adjust the board init to arrange this, but
> enable it for driver model only, just to be safe.
>
> This does create additional #ifdef logic, but it is safer than trying to
> make a pervasive change which may cause some boards to break.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm/master and now in mainline.


More information about the U-Boot mailing list