boards: siemens: iot2050: Fix boot configuration
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 27 Jul 2023 04:34:52 +0000 (06:34 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 28 Jul 2023 14:11:00 +0000 (10:11 -0400)
commit00e1c4549d50be685be9bf6ea9ce5e5d9de38447
treee5f961237d33dd913601a9be594bbbe6cab04d54
parent7937af120bf06534fa66e34682a1994207cdcfeb
boards: siemens: iot2050: Fix boot configuration

The common env bits now come via ti_armv7_common.env, include it.
Furthermore restore the board-specific boot targets and their ordering
that is now enforced k3-wide differently. Finally, enable
CONFIG_LEGACY_IMAGE_FORMAT explicitly which got lost while turning
FIT_SIGNATURE on by default for k3 devices.

Fixes: 53873974 ("include: armv7: Enable distroboot across all configs")
Fixes: 4ae1a247 ("env: Make common bootcmd across all k3 devices")
Fixes: 86fab110 ("Kconfig: Enable FIT_SIGNATURE if ARM64")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
board/siemens/iot2050/iot2050.env
configs/iot2050_pg1_defconfig
configs/iot2050_pg2_defconfig
include/configs/iot2050.h