[U-Boot] [PATCH 48/93] arm: Remove imx6q_logic board

Simon Glass sjg at chromium.org
Tue Nov 27 00:08:56 UTC 2018


Hi Adam,

On Mon, 19 Nov 2018 at 11:10, Adam Ford <aford173 at gmail.com> wrote:
>
> On Mon, Nov 19, 2018 at 9:55 AM Simon Glass <sjg at chromium.org> wrote:
> >
> > This board has not been converted to CONFIG_DM_BLK by the deadline.
> > Remove it.
> >
>
> NAK.  I disagree with your assessment.
>
> make imx6q_logic_defconfig
> cat .config | grep BLK
> CONFIG_BLK=y
> CONFIG_SPL_BLK=y
>
> Like the other board, I think you're looking for CONFIG_DM_BLK when
> you should be looking for CONFIG_BLK which is dependent on DM
>
> adam
>

Yes it is the latter one that changed, as per my other emails. I
changed the default for SPL to n, which fixed some boards but
unfortunately broke others.

Regards,
Simon


More information about the U-Boot mailing list