summaryrefslogtreecommitdiff
path: root/platform/template/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platform/template/config.mk')
-rw-r--r--platform/template/config.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/platform/template/config.mk b/platform/template/config.mk
index 5623a9b..5ba8efc 100644
--- a/platform/template/config.mk
+++ b/platform/template/config.mk
@@ -46,6 +46,13 @@ platform-ldflags-y =
FW_TEXT_START=0x80000000
#
+# Dynamic firmware configuration.
+# Optional parameters are commented out. Uncomment and define these parameters
+# as needed.
+#
+FW_DYNAMIC=<y|n>
+
+#
# Jump firmware configuration.
# Optional parameters are commented out. Uncomment and define these parameters
# as needed.
@@ -83,4 +90,3 @@ endif
# Allow linking against static libc for standard functions (memset, memcpy, etc)
#
# PLATFORM_INCLUDE_LIBC=y
-