diff --git a/debian/changelog b/debian/changelog index 865462a50..91526d818 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 22 Jun 2018 17:34:37 +0100 diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config index e846495ee..e6fc5a3b4 100644 --- a/debian/config/kernelarch-mips/config +++ b/debian/config/kernelarch-mips/config @@ -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 diff --git a/debian/config/kernelarch-mips/config.boston b/debian/config/kernelarch-mips/config.boston index 265e7a285..048da4848 100644 --- a/debian/config/kernelarch-mips/config.boston +++ b/debian/config/kernelarch-mips/config.boston @@ -5,7 +5,6 @@ CONFIG_MIPS_GENERIC=y ## end choice CONFIG_MIPS_CPS=y -CONFIG_RELOCATION_TABLE_SIZE=0x00121000 ## ## file: drivers/clk/imgtec/Kconfig