summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-12-15 08:25:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-12-15 08:25:19 +0100
commit3913a7c1833e31a47c2daae69275b730c58a72a3 (patch)
treec96010ed5af7e044bd025808f1f41e5e3c8a30df /images
parenta2501c9e889abd22b47d42956d27b02607dbb0d8 (diff)
parent13a55ef0c39703884ac285b9c652d18a940429eb (diff)
downloadbarebox-3913a7c1833e31a47c2daae69275b730c58a72a3.tar.gz
barebox-3913a7c1833e31a47c2daae69275b730c58a72a3.tar.xz
Merge branch 'for-next/rockchip'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.rockchip7
1 files changed, 7 insertions, 0 deletions
diff --git a/images/Makefile.rockchip b/images/Makefile.rockchip
index e64fccec6b..19980914b2 100644
--- a/images/Makefile.rockchip
+++ b/images/Makefile.rockchip
@@ -13,9 +13,16 @@ image-$(CONFIG_MACH_PHYTEC_SOM_RK3288) += barebox-rk3288-phycore-som.img
pblb-$(CONFIG_MACH_RK3568_EVB) += start_rk3568_evb
image-$(CONFIG_MACH_RK3568_EVB) += barebox-rk3568-evb.img
+pblb-$(CONFIG_MACH_PINE64_QUARTZ64) += start_quartz64a
+image-$(CONFIG_MACH_PINE64_QUARTZ64) += barebox-quartz64a.img
+
quiet_cmd_rkimg_image = RK-IMG $@
cmd_rkimg_image = $(objtree)/scripts/rkimage -o $@ $(word 2,$^) $(word 1,$^)
$(obj)/barebox-rk3568-evb.img: $(obj)/start_rk3568_evb.pblb \
$(board)/rockchip-rk3568-evb/sdram-init.bin
$(call if_changed,rkimg_image)
+
+$(obj)/barebox-quartz64a.img: $(obj)/start_quartz64a.pblb \
+ $(board)/pine64-quartz64/sdram-init.bin
+ $(call if_changed,rkimg_image)