summaryrefslogtreecommitdiff
path: root/platform/template
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-04-29 09:41:06 +0300
committerAnup Patel <anup@brainfault.org>2019-05-10 09:56:22 +0300
commita4c2f50b640a4e93e0192718cfabb9686c6ca9a0 (patch)
tree57c6d3ffadd2ae5cc1493ad3baf86fbb73b2e8ab /platform/template
parentbae54f764570f3fa5c592f313b45352d9f6f1d8a (diff)
downloadopensbi-a4c2f50b640a4e93e0192718cfabb9686c6ca9a0.tar.xz
platform: Enable dynamic firmware for appropriate platforms
This patch enables FW_DYNAMIC option (i.e. dynamic firmware) for all appropriate/applicable platforms. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'platform/template')
-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
-