Re: [PATCH] configs: am65x_evm: Switch envboot out for distro_bootcmd

2021-07-13 Thread Tom Rini
On Tue, Jul 13, 2021 at 02:33:15PM +0530, Lokesh Vutla wrote: > > > On 02/07/21 1:34 am, Tom Rini wrote: > > Swap out the TI-centric "envboot" logic for the generic distro_bootcmd > > logic for the bootcmd we run before trying to do something more complex > > involving additional firmware, etc. >

Re: [PATCH] configs: am65x_evm: Switch envboot out for distro_bootcmd

2021-07-13 Thread Lokesh Vutla
On 02/07/21 1:34 am, Tom Rini wrote: > Swap out the TI-centric "envboot" logic for the generic distro_bootcmd > logic for the bootcmd we run before trying to do something more complex > involving additional firmware, etc. > > Cc: Lokesh Vutla > Signed-off-by: Tom Rini This is causing build e

[PATCH] configs: am65x_evm: Switch envboot out for distro_bootcmd

2021-07-01 Thread Tom Rini
Swap out the TI-centric "envboot" logic for the generic distro_bootcmd logic for the bootcmd we run before trying to do something more complex involving additional firmware, etc. Cc: Lokesh Vutla Signed-off-by: Tom Rini --- configs/am65x_evm_a53_defconfig | 2 +- include/configs/am65x_evm.h