commit | 136284a3cf282585b600b10bba2286518263df20 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Mar 04 10:31:58 2021 -0600 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Mar 15 11:10:46 2021 +0530 |
tree | a85bdbfe4834fb71e63359bd66d96083bcf364d9 | |
parent | ad7e1c7c6e2bde2b369f10984d41d6b1833453fb [diff] |
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>