]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/sections.c
arm: make __image_copy_{start, end} compiler-generated
[karo-tx-uboot.git] / arch / arm / lib / sections.c
index e52fec93331da3c0d45f20a354125e0d1b1b9c86..03e846fa25a1952f7428bd5af7ba0cff1a20e8cf 100644 (file)
@@ -37,3 +37,5 @@
 
 char __bss_start[0] __attribute__((section(".__bss_start")));
 char __bss_end[0] __attribute__((section(".__bss_end")));
+char __image_copy_start[0] __attribute__((section(".__image_copy_start")));
+char __image_copy_end[0] __attribute__((section(".__image_copy_end")));