On Wed, 26 Jul 2023 at 22:35, Jan Kiszka <jan.kis...@siemens.com> wrote: > > From: Jan Kiszka <jan.kis...@siemens.com> > > This avoids having to maintain to defconfigs that are 99% equivalent. > The approach is to use binman to generate two flash images, > flash-pg1.bin and flash-pg2.bin. With the help of a template dtsi, we > can avoid duplicating the common binman image definitions. > > Suggested-by: Andrew Davis <a...@ti.com> > Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> > > --- > CC: Andrew Davis <a...@ti.com> > --- > arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 155 +++++++++++------- > board/siemens/iot2050/Kconfig | 30 +--- > board/siemens/iot2050/MAINTAINERS | 3 +- > board/siemens/iot2050/board.c | 25 ++- > ...ot2050_pg1_defconfig => iot2050_defconfig} | 3 +- > configs/iot2050_pg2_defconfig | 151 ----------------- > doc/board/siemens/iot2050.rst | 27 ++- > tools/iot2050-sign-fw.sh | 6 +- > 8 files changed, 138 insertions(+), 262 deletions(-) > rename configs/{iot2050_pg1_defconfig => iot2050_defconfig} (97%) > delete mode 100644 configs/iot2050_pg2_defconfig
Reviewed-by: Simon Glass <s...@chromium.org>