POST Make: fix the sub-dir dependencies missing.
[platform/kernel/u-boot.git] / examples / nios2.lds
index 32fd4ab..6a100dc 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
         * bss follows. We keep it adjacent to simplify init code.
         */
        __bss_start = .;
-       .sbss :
+       .sbss (NOLOAD) :
        {
          *(.sbss)
          *(.sbss.*)
@@ -82,7 +82,7 @@ SECTIONS
          *(.scommon)
        }
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
          *(.bss)
          *(.bss.*)
@@ -96,6 +96,7 @@ SECTIONS
 
        /* CMD TABLE - uboot command sections
         */
+       . = .;
        __uboot_cmd_start = .;
        .u_boot_cmd :
        {