configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD
authorAdam Ford <aford173@gmail.com>
Thu, 4 Mar 2021 16:31:58 +0000 (10:31 -0600)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 15 Mar 2021 05:40:46 +0000 (11:10 +0530)
commit136284a3cf282585b600b10bba2286518263df20
treea85bdbfe4834fb71e63359bd66d96083bcf364d9
parentad7e1c7c6e2bde2b369f10984d41d6b1833453fb
configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD

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 <aford173@gmail.com>
configs/am3517_evm_defconfig
configs/omap35_logic_defconfig
configs/omap35_logic_somlv_defconfig
configs/omap3_logic_defconfig
configs/omap3_logic_somlv_defconfig