From: Javier Viguera Date: Thu, 2 Nov 2023 15:03:13 +0100 Subject: [PATCH] imx9: soc.mak: add makefile target to build A0 revision Signed-off-by: Javier Viguera --- iMX9/soc.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iMX9/soc.mak b/iMX9/soc.mak index c4bcac4e42cd..4f741451d1d0 100644 --- a/iMX9/soc.mak +++ b/iMX9/soc.mak @@ -290,6 +290,11 @@ flash_singleboot: $(MKIMG) $(AHAB_IMG) $(SPL_A55_IMG) u-boot-atf-container.img $ -ap $(SPL_A55_IMG) a55 $(SPL_LOAD_ADDR) -out flash.bin | tee -a $(MKIMAGE_LOG) $(call append_container,u-boot-atf-container.img,1) +flash_singleboot_a0: $(MKIMG) mx93a0-ahab-container.img $(SPL_A55_IMG) u-boot-atf-container.img $(OEI_A55_DDR) + ./$(MKIMG) -soc IMX9 -append mx93a0-ahab-container.img -c $(OEI_OPT_A55) \ + -ap $(SPL_A55_IMG) a55 $(SPL_LOAD_ADDR) -out flash.bin | tee -a $(MKIMAGE_LOG) + $(call append_container,u-boot-atf-container.img,1) + flash_singleboot_no_ahabfw: $(MKIMG) $(SPL_A55_IMG) u-boot-atf-container.img $(OEI_A55_DDR) ./$(MKIMG) -soc IMX9 -c $(OEI_OPT_A55) \ -ap $(SPL_A55_IMG) a55 $(SPL_LOAD_ADDR) -out flash.bin