]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/sections.c
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / arm / lib / sections.c
index e52fec93331da3c0d45f20a354125e0d1b1b9c86..5921dd8d6625fcea0ef29a958a2d0b72f8f2b3cd 100644 (file)
@@ -37,3 +37,7 @@
 
 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")));
+char __rel_dyn_start[0] __attribute__((section(".__rel_dyn_start")));
+char __rel_dyn_end[0] __attribute__((section(".__rel_dyn_end")));