arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabled
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 5 Aug 2020 17:14:16 +0000 (22:44 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 11 Aug 2020 15:04:46 +0000 (20:34 +0530)
commitd099db2829edace4595b90f25c84a5239ca72c41
tree6dce963b798591a80d71fd5adc9996c3810e9fd6
parent0526460a500a94c904219f3e5c3c62ee35d6a2f3
arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabled

If SPL_MULTI_DTB_FIT is not enabled, then CONFIG_SPL_OF_LIST is not defined
And in turn tispl.bin ends up not embedding any DTB.
Fixing it by using CONFIG_DEFAULT_DEVICE_TREE if SPL_OF_LIST is empty.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-k3/config.mk