
On Tue, 28 Feb 2023 at 11:20, Jan Kiszka jan.kiszka@siemens.com wrote:
From: Su Baocheng baocheng.su@siemens.com
Refactor according to the entry `fit: Entry containing a FIT` of document tools/binman/README.entries.
As the generator uses the device tree name for the config description, board_fit_config_name_match requires a small adjustment as well.
Signed-off-by: Su Baocheng baocheng.su@siemens.com [Jan: re-add now required CONFIG_OF_LIST, update config matching] Signed-off-by: Jan Kiszka jan.kiszka@siemens.com
arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 44 ++++---------------- board/siemens/iot2050/board.c | 3 ++ configs/iot2050_pg1_defconfig | 1 + configs/iot2050_pg2_defconfig | 1 + 4 files changed, 12 insertions(+), 37 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org