[mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours (fixes FTBFS)

The latest build failed on mips for the 4kc-malta flavour (which is the first):

  RELOCS vmlinux
Relocations overflow available space!
Please adjust CONFIG_RELOCATION_TABLE_SIZE to at least 0x0010f000

So do the same thing we did for the octeon flavour.
This commit is contained in:
Ben Hutchings 2017-10-04 02:35:11 +01:00
parent d4ee4a1bbc
commit cc3ac57d1d
3 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -9,6 +9,8 @@ linux (4.14~rc3-1~exp2) UNRELEASED; urgency=medium
- power/supply: Enable BATTERY_BQ27XXX and BATTERY_BQ27XXX_HDQ as modules,
replacing W1_SLAVE_BQ27000
* net: Disable IRDA, which will soon be deleted upstream
* [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours
(fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Wed, 04 Oct 2017 01:44:24 +0100

View File

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

View File

@ -8,7 +8,6 @@ CONFIG_CAVIUM_OCTEON_SOC=y
# CONFIG_32BIT is not set
CONFIG_64BIT=y
## end choice
CONFIG_RELOCATION_TABLE_SIZE=0x00110000
CONFIG_SMP=y
# CONFIG_HOTPLUG_CPU is not set
CONFIG_NR_CPUS=64