mirror of https://github.com/ARMmbed/mbed-os.git
Fix indentation in ER_IROM1 load region description
parent
b31ce7a9c7
commit
9f5f3ea855
|
@ -68,9 +68,9 @@
|
||||||
|
|
||||||
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
||||||
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
||||||
*.o (RESET, +First)
|
*.o (RESET, +First)
|
||||||
*(InRoot$$Sections)
|
*(InRoot$$Sections)
|
||||||
*(+RO)
|
*(+RO)
|
||||||
}
|
}
|
||||||
|
|
||||||
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
||||||
|
|
|
@ -68,9 +68,9 @@
|
||||||
|
|
||||||
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
||||||
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
||||||
*.o (RESET, +First)
|
*.o (RESET, +First)
|
||||||
*(InRoot$$Sections)
|
*(InRoot$$Sections)
|
||||||
*(+RO)
|
*(+RO)
|
||||||
}
|
}
|
||||||
|
|
||||||
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
||||||
|
|
|
@ -69,9 +69,9 @@
|
||||||
|
|
||||||
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
||||||
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
||||||
*.o (RESET, +First)
|
*.o (RESET, +First)
|
||||||
*(InRoot$$Sections)
|
*(InRoot$$Sections)
|
||||||
*(+RO)
|
*(+RO)
|
||||||
}
|
}
|
||||||
|
|
||||||
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
||||||
|
|
|
@ -69,9 +69,9 @@
|
||||||
|
|
||||||
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
||||||
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
||||||
*.o (RESET, +First)
|
*.o (RESET, +First)
|
||||||
*(InRoot$$Sections)
|
*(InRoot$$Sections)
|
||||||
*(+RO)
|
*(+RO)
|
||||||
}
|
}
|
||||||
|
|
||||||
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
||||||
|
|
|
@ -70,9 +70,9 @@
|
||||||
|
|
||||||
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region
|
||||||
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
ER_IROM1 MBED_APP_START MBED_APP_SIZE { ; load address = execution address
|
||||||
*.o (RESET, +First)
|
*.o (RESET, +First)
|
||||||
*(InRoot$$Sections)
|
*(InRoot$$Sections)
|
||||||
*(+RO)
|
*(+RO)
|
||||||
}
|
}
|
||||||
|
|
||||||
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE { ; RW data
|
||||||
|
|
Loading…
Reference in New Issue