summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/sections.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-26 11:29:20 -0400
committerTom Rini <trini@konsulko.com>2017-07-26 11:29:20 -0400
commit0ddc9c172279f686077310fbcfa5baf10c719188 (patch)
treeb577c229572fc411172a15b724303d1c91d9a5a4 /arch/mips/include/asm/sections.h
parentdc5210a20d7143f8adb3c4341e44d797357708bf (diff)
parente94136bd87b18345e38a5e44445a476de12b4354 (diff)
downloadu-boot-0ddc9c172279f686077310fbcfa5baf10c719188.tar.gz
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/include/asm/sections.h')
-rw-r--r--arch/mips/include/asm/sections.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/asm/sections.h b/arch/mips/include/asm/sections.h
index fc4640a392..b9d217999e 100644
--- a/arch/mips/include/asm/sections.h
+++ b/arch/mips/include/asm/sections.h
@@ -8,4 +8,11 @@
#include <asm-generic/sections.h>
+/**
+ * __rel_start: Relocation data generated by the mips-relocs tool
+ *
+ * See arch/mips/lib/reloc.c for details on the format & use of this data.
+ */
+extern uint8_t __rel_start[];
+
#endif