summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/lib/barebox.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
index e96c3bf6e2..693a778980 100644
--- a/arch/mips/lib/barebox.lds.S
+++ b/arch/mips/lib/barebox.lds.S
@@ -54,7 +54,7 @@ SECTIONS
.data.reloc : {
__rel_start = .;
BYTE(0x0)
- . += (32 * 1024) - 1;
+ . += CONFIG_MIPS_RELOCATION_TABLE_SIZE - 1;
}
_end = .;