arm: relocate_code(): Use __image_copy_end for end of relocation
[platform/kernel/u-boot.git] / board / samsung / smdk6400 / u-boot-nand.lds
index 64c650d..7c74267 100644 (file)
@@ -53,6 +53,10 @@ SECTIONS
                KEEP(*(SORT(.u_boot_list*)));
        }
 
+       . = ALIGN(4);
+
+       __image_copy_end = .;
+
        . = align(4);
        .mmudata : { *(.mmudata) }