]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/lib/relocate.c
arc: No need in sections defined in sources with newer tools
[people/ms/u-boot.git] / arch / arc / lib / relocate.c
index 7709633d5be124d610f9ceef86a6b90c7ee669ec..7802f4054594fcfa311225c542eef9256d27c4f0 100644 (file)
@@ -6,7 +6,10 @@
 
 #include <common.h>
 #include <elf.h>
-#include <asm/sections.h>
+#include <asm-generic/sections.h>
+
+extern ulong __image_copy_start;
+extern ulong __ivt_end;
 
 DECLARE_GLOBAL_DATA_PTR;