summaryrefslogtreecommitdiff
path: root/hw/bsp/d5035_01
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-29 15:05:09 +0700
committerhathach <[email protected]>2022-06-29 15:05:09 +0700
commit5a378703fbc30d8e7481abec81bc70a9e25761e6 (patch)
treebca7488476a76244d6de20e5480b4256873c3845 /hw/bsp/d5035_01
parent7949a4ec7c7e9ccc487068a01b84979d02f94875 (diff)
fix end symbol for samx7x and same5x
Diffstat (limited to 'hw/bsp/d5035_01')
-rw-r--r--hw/bsp/d5035_01/same51j19a_flash.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/d5035_01/same51j19a_flash.ld b/hw/bsp/d5035_01/same51j19a_flash.ld
index 328d1c72f..a8dd44336 100644
--- a/hw/bsp/d5035_01/same51j19a_flash.ld
+++ b/hw/bsp/d5035_01/same51j19a_flash.ld
@@ -160,4 +160,5 @@ SECTIONS
. = ALIGN(4);
_end = . ;
+ end = .;
}