From 20d9c229e108505a422f06e30aa85bc11747e177 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 14 Aug 2019 09:32:04 +0200 Subject: ARM: i.MX: scb9328: refurbish board suport - switch the i.MX1 based scb9328 board to device tree - Remove scb9328_defconfig and enable scb9328 board support in imx_defconfig - Remove old environment and switch to new default environment Signed-off-by: Sascha Hauer --- images/Makefile.imx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'images/Makefile.imx') diff --git a/images/Makefile.imx b/images/Makefile.imx index 42c194ba63..dcec181779 100644 --- a/images/Makefile.imx +++ b/images/Makefile.imx @@ -22,6 +22,11 @@ $(obj)/%.img.dek: $(obj)/$$(FILE_$$(@F)) $(Q)if [ -z $(FILE_$(@F)) ]; then echo "FILE_$(@F) empty!"; false; fi $(call if_changed,shipped) +# ----------------------- i.MX1 based boards --------------------------- +pblb-$(CONFIG_MACH_SCB9328) += start_scb9328 +FILE_barebox-synertronix-scb9328.img = start_scb9328.pblb +image-$(CONFIG_MACH_SCB9328) += barebox-synertronix-scb9328.img + # ----------------------- i.MX25 based boards --------------------------- pblb-$(CONFIG_MACH_TX25) += start_imx25_karo_tx25 FILE_barebox-karo-tx25.img = start_imx25_karo_tx25.pblb -- cgit v1.2.3