diff options
author | Anup Patel <anup.patel@wdc.com> | 2019-04-29 12:11:06 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-05-10 12:26:22 +0530 |
commit | a4c2f50b640a4e93e0192718cfabb9686c6ca9a0 (patch) | |
tree | 57c6d3ffadd2ae5cc1493ad3baf86fbb73b2e8ab /platform/template | |
parent | bae54f764570f3fa5c592f313b45352d9f6f1d8a (diff) |
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.mk | 8 |
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 - |