summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-03 20:11:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-04 18:16:31 +0200
commitfeba3103a6bf21b13f0e467b7c276907ef157948 (patch)
tree7eefe837b5f40865811d8aace989a700b6a6dcf2 /target/arm/Makefile
parent6e599ec6fc071bc4453e9a6aa203971ee3f46539 (diff)
pcduino-3b: enable bootup via SD card
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 48343993a..9ca6969a1 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -202,6 +202,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y)
VENDOR:=allwinner/
endif
+ifeq ($(ADK_TARGET_SYSTEM_PCDUINO_3B),y)
+VENDOR:=allwinner/
+endif
endif
dtb-install:
@@ -244,6 +247,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_BANANA_PRO),y)
${KERNEL_MAKE} $(VENDOR)sun7i-a20-bananapro.dtb $(MAKE_TRACE)
endif
+ifeq ($(ADK_TARGET_SYSTEM_PCDUINO_3B),y)
+ ${KERNEL_MAKE} $(VENDOR)sun7i-a20-pcduino3.dtb $(MAKE_TRACE)
+endif
ifeq ($(ADK_TARGET_SYSTEM_ORANGE_PI0),y)
${KERNEL_MAKE} sun8i-h2-plus-orangepi-zero.dtb $(MAKE_TRACE)
endif