diff options
| author | hathach <[email protected]> | 2022-06-29 15:05:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-29 15:05:09 +0700 |
| commit | 5a378703fbc30d8e7481abec81bc70a9e25761e6 (patch) | |
| tree | bca7488476a76244d6de20e5480b4256873c3845 /hw/bsp/d5035_01 | |
| parent | 7949a4ec7c7e9ccc487068a01b84979d02f94875 (diff) | |
fix end symbol for samx7x and same5x
Diffstat (limited to 'hw/bsp/d5035_01')
| -rw-r--r-- | hw/bsp/d5035_01/same51j19a_flash.ld | 1 |
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 = .; } |
