summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-11-15 00:18:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-15 14:47:51 +0100
commit83838a890a17d522bb43e8834a42a7cc77a4313f (patch)
tree34934ad450eef53438ee49009ef7c3611741350c /target
parent96c1640d7135e0a3c307effed15f9123d8a82bd0 (diff)
mk: Support appending a DTB to kernel image
Activated by setting ADK_TARGET_KERNEL_APPEND_DTB symbol to the basename (without suffix) of a dtb file. Not quite user-friendly, but really meant for internal use via default symbol values depending on chosen target system. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.kernelfmt3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt
index bf35f6ba4..b76819cd5 100644
--- a/target/config/Config.in.kernelfmt
+++ b/target/config/Config.in.kernelfmt
@@ -68,3 +68,6 @@ config ADK_TARGET_KERNEL_LOADADDR
hex
default 0x40008000 if ADK_TARGET_SYSTEM_BANANA_PRO
default 0x40008000 if ADK_TARGET_SYSTEM_ORANGE_PI0
+
+config ADK_TARGET_KERNEL_APPEND_DTB
+ string