]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/ArmVExpressPkg/Scripts/uefi-aarch64-bootstrap/model.lds.S
ARM Packages: Replace tabs by spaces for indentation
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / Scripts / uefi-aarch64-bootstrap / model.lds.S
index cc719c56b9921e0800cd51aba24110c860fbc877..d963aec550e7e14abaebfd3cef650a5f1e3f814a 100644 (file)
@@ -55,23 +55,23 @@ INPUT(./boot3f.o)
 \r
 SECTIONS\r
 {\r
 \r
 SECTIONS\r
 {\r
-       . = PHYS_OFFSET;\r
+  . = PHYS_OFFSET;\r
 #ifdef BOOT1\r
 #ifdef BOOT1\r
-       .text : { boot1.o }\r
+  .text : { boot1.o }\r
 #endif\r
 \r
 #ifdef BOOT2\r
 #endif\r
 \r
 #ifdef BOOT2\r
-       .text : { boot2.o }\r
+  .text : { boot2.o }\r
 #endif\r
 \r
 #ifdef BOOT3\r
 #endif\r
 \r
 #ifdef BOOT3\r
-       .text : { boot3.o }\r
+  .text : { boot3.o }\r
 #endif\r
 \r
 #ifdef BOOT3F\r
 #endif\r
 \r
 #ifdef BOOT3F\r
-       .text : { boot3f.o }\r
+  .text : { boot3f.o }\r
 #endif\r
 \r
 #endif\r
 \r
-       .data : { *(.data) }\r
-       .bss : { *(.bss) }\r
+  .data : { *(.data) }\r
+  .bss : { *(.bss) }\r
 }\r
 }\r