Re: [PATCH] configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD

2021-03-15 Thread Lokesh Vutla
On 13/03/21 9:04 pm, Adam Ford wrote: > On Thu, Mar 4, 2021 at 10:32 AM Adam Ford wrote: >> >> With bd_info dropped from the data section, the Logic PD OMAP3 boards >> and AM3517 fail to boot. Enabling CONFIG_SPL_ALLOC_BD restores >> them. >> >> Fixes: 38d6b7ebdaee ("spl: Drop bd_info in the da

Re: [PATCH] configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD

2021-03-13 Thread Adam Ford
On Thu, Mar 4, 2021 at 10:32 AM Adam Ford wrote: > > With bd_info dropped from the data section, the Logic PD OMAP3 boards > and AM3517 fail to boot. Enabling CONFIG_SPL_ALLOC_BD restores > them. > > Fixes: 38d6b7ebdaee ("spl: Drop bd_info in the data section") > Signed-off-by: Adam Ford > With

[PATCH] configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD

2021-03-04 Thread Adam Ford
With bd_info dropped from the data section, the Logic PD OMAP3 boards and AM3517 fail to boot. Enabling CONFIG_SPL_ALLOC_BD restores them. Fixes: 38d6b7ebdaee ("spl: Drop bd_info in the data section") Signed-off-by: Adam Ford diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconf