From 8c4516e9b2e8261ad7486717cc722a7a8f35a75e Mon Sep 17 00:00:00 2001 From: Zheng Liu Date: Mon, 6 Oct 2014 16:49:08 -0700 Subject: arm: tegra12_defconfig: set 3GB-16MB task size The previously used 3GB-24MB task size caused relocation failures when loading kernel modules. This happened because part of the module loading area got beyond the 32MB relocation range from kernel .text segment. This problem is ARM32-specific and does not affect ARM64. Bug 1489463 Change-Id: I255eb605988b3095d49f05d4d4b199bf2c796bfd Signed-off-by: Zheng Liu Reviewed-on: http://git-master/r/553996 Reviewed-by: Winnie Hsu Tested-by: Winnie Hsu --- arch/arm/configs/tegra12_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/tegra12_defconfig b/arch/arm/configs/tegra12_defconfig index 58f688bb6832..ae281833c109 100644 --- a/arch/arm/configs/tegra12_defconfig +++ b/arch/arm/configs/tegra12_defconfig @@ -40,7 +40,6 @@ CONFIG_TEGRA_PLLM_SCALED=y CONFIG_PCI_TEGRA=y CONFIG_PCIEPORTBUS=y CONFIG_SMP=y -CONFIG_TASK_SIZE_3G_LESS_24M=y CONFIG_PREEMPT=y CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set -- cgit v1.2.3