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.
This commit is contained in:
Jeff Epler 2020-04-27 12:47:52 -05:00 committed by Jeff Epler
parent 1efa7076b0
commit 7f0f0b30d3

View File

@ -7,9 +7,9 @@ ENTRY(_start)
/* Specify the memory areas */ /* Specify the memory areas */
MEMORY 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 */ 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 */ /* top end of the stack */