From 9d6b3d5182958d75bfd235794c08759dd81aa4e1 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 7 Jan 2022 14:07:28 +0800 Subject: [PATCH] apm821xx: add missing export-dtb Signed-off-by: Tianling Shen --- target/linux/apm821xx/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index 3458d12d12..2737a32436 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -36,6 +36,10 @@ define Build/dtb $(call Image/BuildDTB,../dts/$(DEVICE_DTS).dts,$@.dtb,,--space $(DTB_SIZE)) endef +define Build/export-dtb + cp $(IMAGE_KERNEL).dtb $@ +endef + define Build/MuImage-initramfs rm -rf $@.fakerd $@.new