summaryrefslogtreecommitdiff
path: root/ports/litex
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-27 12:47:52 -0500
committerJeff Epler <jepler@unpythonic.net>2020-04-27 17:17:42 -0500
commit7f0f0b30d3eee87503b732cd639805f6fd094646 (patch)
treed9a55929c100040683bed9e001fd16577b1c302e /ports/litex
parent1efa7076b0748a2c5276b1c5a02296d4532eb905 (diff)
linker scripts: Re-align at ":"
With "git show -b" you can verify that this is a whitespace only change because the diff will be empty.
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/boards/fomu/fomu-spi.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/litex/boards/fomu/fomu-spi.ld b/ports/litex/boards/fomu/fomu-spi.ld
index cb91ae49b..9b6443c67 100644
--- a/ports/litex/boards/fomu/fomu-spi.ld
+++ b/ports/litex/boards/fomu/fomu-spi.ld
@@ -7,9 +7,9 @@ ENTRY(_start)
/* Specify the memory areas */
MEMORY
{
- FLASH (rx) : ORIGIN = 0x20040000, LENGTH = 0x100000 /* entire flash, 1 MiB */
+ FLASH (rx) : ORIGIN = 0x20040000, LENGTH = 0x100000 /* entire flash, 1 MiB */
FLASH_FIRMWARE (rx) : ORIGIN = 0x20040000, LENGTH = 0x100000 /* entire flash, 1 MiB */
- RAM (xrw) : ORIGIN = 0x10000000, LENGTH = 0x00020000 /* 128 KiB */
+ RAM (xrw) : ORIGIN = 0x10000000, LENGTH = 0x00020000 /* 128 KiB */
}
/* top end of the stack */