]> 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 03e846fa25a1952f7428bd5af7ba0cff1a20e8cf..5921dd8d6625fcea0ef29a958a2d0b72f8f2b3cd 100644 (file)
@@ -39,3 +39,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")));
+char __rel_dyn_start[0] __attribute__((section(".__rel_dyn_start")));
+char __rel_dyn_end[0] __attribute__((section(".__rel_dyn_end")));