commit | bb27cec5a0101a19c6c94495773c2b887bd4c99b | [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 | 26dbaab47134a9aa3d787893150fe2fdb2321f2a [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>