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

This commit is contained in:
Ben Hutchings 2018-06-22 18:01:42 +01:00
parent 5df1ad8e8b
commit f945a0b98b
3 changed files with 2 additions and 2 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.17.2-1~exp2) UNRELEASED; urgency=medium
- Enable ANDROID_BINDER_IPC, ASHMEM as modules
- Set ANDROID_BINDER_DEVICES="binder"
- Disable ANDROID_BINDER_IPC_32BIT
* [mips*] Increase RELOCATION_TABLE_SIZE to 0x00140000 (fixes FTBFS)
-- Ben Hutchings <ben@decadent.org.uk> Fri, 22 Jun 2018 17:34:37 +0100

View File

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

View File

@ -5,7 +5,6 @@
CONFIG_MIPS_GENERIC=y
## end choice
CONFIG_MIPS_CPS=y
CONFIG_RELOCATION_TABLE_SIZE=0x00121000
##
## file: drivers/clk/imgtec/Kconfig