[U-Boot] [PATCH 2/5] board_r: Do not initialize IDE when DM BLK is on

Simon Glass sjg at chromium.org
Wed Jun 20 17:51:50 UTC 2018


On 17 June 2018 at 06:57, Bin Meng <bmeng.cn at gmail.com> wrote:
> With driver model philosophy, we should avoid explicitly calling
> driver initialization routine during boot. This updates the ram
> init sequence table to exclude the IDE initialization for DM BLK.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  common/board_r.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list