[mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS)

This commit is contained in:
Ben Hutchings 2017-10-20 00:21:19 +01:00
parent d2627c623c
commit 945bac5e39
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (4.14~rc5-1~exp2) UNRELEASED; urgency=medium
* [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Fri, 20 Oct 2017 00:20:35 +0100
linux (4.14~rc5-1~exp1) experimental; urgency=medium
* New upstream release candidate

View File

@ -2,7 +2,7 @@
## file: arch/mips/Kconfig
##
CONFIG_RELOCATABLE=y
CONFIG_RELOCATION_TABLE_SIZE=0x00110000
CONFIG_RELOCATION_TABLE_SIZE=0x00120000
CONFIG_RANDOMIZE_BASE=y
CONFIG_KEXEC=y
CONFIG_SECCOMP=y