summaryrefslogtreecommitdiff
path: root/common/firmware_image.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/firmware_image.S')
-rw-r--r--common/firmware_image.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/firmware_image.S b/common/firmware_image.S
index 79661c2866..a19968994f 100644
--- a/common/firmware_image.S
+++ b/common/firmware_image.S
@@ -57,6 +57,13 @@
#endif
#ifdef CONFIG_RW_B
+#ifdef CONFIG_RWSIG_TYPE_RWSIG
+.section .image.RW_B, "ax"
+.incbin FW_IMAGE(RW,)
+.section .image.RW_B.sign, "a"
+.incbin FW_IMAGE_SIGN(RW,)
+#else
.section .image.RW_B, "ax"
.incbin FW_IMAGE(RW,_B)
#endif
+#endif