[U-Boot] [PATCH 68/93] arm: Remove am65x_evm_a53 board

Simon Glass sjg at chromium.org
Thu Nov 22 20:50:31 UTC 2018


Hi Lokesh,

On Mon, 19 Nov 2018 at 09:58, Lokesh Vutla <lokeshvutla at ti.com> wrote:
>
> Hi Simon,
>
> On 11/19/2018 9:23 PM, Simon Glass wrote:
> > This board has not been converted to CONFIG_DM_BLK by the deadline.
> > Remove it.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
>
> Not sure if this is by mistake, but I see CONFIG_BLK is enabled in both
> the configs. Am I missing something?
>
> ➜  u-boot git:(master) make am65x_evm_r5_defconfig;cat .config | grep BLK
> #
> # configuration written to .config
> #
> CONFIG_BLK=y
> CONFIG_SPL_BLK=y
>
> ➜  u-boot git:(master) make am65x_evm_a53_defconfig;cat .config | grep BLK
> #
> # configuration written to .config
> #
> CONFIG_BLK=y
> CONFIG_SPL_BLK=y
>

This was the result of my removing the default CONFIG_SPL_BLK=y in the
Kconfig, since it produced a smaller list of broken boards. But having
thought about it, it is not the right thing to do.

So your board should be fine. Sorry for the trouble.

Regards,
Simon


More information about the U-Boot mailing list