dma-mapping: add <asm/dma-mapping.h> for all architectures
[oweals/u-boot.git] / arch / sandbox / cpu / u-boot.lds
index 3a6cf55eb99d4bc56a8178b3cd1ee3b1d96c226e..6a26c27e8e2d1d253e50150b072f9f1e43e702d8 100644 (file)
@@ -17,9 +17,7 @@ SECTIONS
        _u_boot_sandbox_getopt : { *(.u_boot_sandbox_getopt) }
        __u_boot_sandbox_option_end = .;
 
-       __bss_start = .;
-
-               .__efi_runtime_start : {
+       .__efi_runtime_start : {
                *(.__efi_runtime_start)
        }
 
@@ -47,6 +45,7 @@ SECTIONS
                *(.__efi_runtime_rel_stop)
        }
 
+       __bss_start = .;
 }
 
 INSERT BEFORE .data;