f1_dual_rev1: fix LD file (#254)

(cherry picked from commit e9c0a26692d5f7bd8c0f1c46a2fd9b74edd223bf)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2023-05-29 18:16:45 -04:00 committed by GitHub
parent 4667e991d4
commit 5ae6cfbb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MEMORY
{
/* empty section to keep linker happy */
blflash (rx) : org = 0x08000000, len = 0
appflash (rx) : org = DEFINED(USE_BOOTLOADER) ? (0x08000000 + 8k) : 0x08000000, len = DEFINED(USE_BOOTLOADER) ? (256k - 8k - 8k) : (128k - 8k)
appflash (rx) : org = DEFINED(USE_BOOTLOADER) ? (0x08000000 + 8k) : 0x08000000, len = DEFINED(USE_BOOTLOADER) ? (256k - 8k - 8k) : (256k - 8k)
configflash (rx) : org = 0x08000000 + 256k - 8k, len = 8k
flash1 (rx) : org = 0x00000000, len = 0
flash2 (rx) : org = 0x00000000, len = 0