Skip to content

Commit 7f0f0b3

Browse files
committed
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.
1 parent 1efa707 commit 7f0f0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/litex/boards/fomu/fomu-spi.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ENTRY(_start)
77
/* Specify the memory areas */
88
MEMORY
99
{
10-
FLASH (rx) : ORIGIN = 0x20040000, LENGTH = 0x100000 /* entire flash, 1 MiB */
10+
FLASH (rx) : ORIGIN = 0x20040000, LENGTH = 0x100000 /* entire flash, 1 MiB */
1111
FLASH_FIRMWARE (rx) : ORIGIN = 0x20040000, LENGTH = 0x100000 /* entire flash, 1 MiB */
12-
RAM (xrw) : ORIGIN = 0x10000000, LENGTH = 0x00020000 /* 128 KiB */
12+
RAM (xrw) : ORIGIN = 0x10000000, LENGTH = 0x00020000 /* 128 KiB */
1313
}
1414

1515
/* top end of the stack */

0 commit comments

Comments
 (0)