diff options
Diffstat (limited to 'flashloaders/linker.ld')
-rw-r--r-- | flashloaders/linker.ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flashloaders/linker.ld b/flashloaders/linker.ld index 7267fe1..2d8c192 100644 --- a/flashloaders/linker.ld +++ b/flashloaders/linker.ld @@ -1,9 +1,9 @@ /* Entry Point */ -ENTRY( copy ) +ENTRY(copy) /* Specify the memory areas */ MEMORY { - RAM ( xrw) : ORIGIN = 0x20000000 , LENGTH = 64K + RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 64K } |