From ba14dd8c0b8d00db3eec20df4af2cce19651278b Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 25 May 2018 10:57:14 +0800 Subject: [PATCH] arm64: rk3308_linux_defconfig: remove IOMMU_SUPPORT RK3308 don't have IOMMU. Save about 34KB. Change-Id: I6fb00e0940c0c3710c8b832419cdc175fc3b0c7e Signed-off-by: Tao Huang --- arch/arm64/configs/rk3308_linux_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/rk3308_linux_defconfig b/arch/arm64/configs/rk3308_linux_defconfig index 3124bdf00e29..cef8c51d8235 100644 --- a/arch/arm64/configs/rk3308_linux_defconfig +++ b/arch/arm64/configs/rk3308_linux_defconfig @@ -197,7 +197,7 @@ CONFIG_FIQ_DEBUGGER_TRUST_ZONE=y CONFIG_RK_CONSOLE_THREAD=y # CONFIG_COMMON_CLK_XGENE is not set # CONFIG_ARM_ARCH_TIMER_EVTSTREAM is not set -CONFIG_ROCKCHIP_IOMMU=y +# CONFIG_IOMMU_SUPPORT is not set # CONFIG_CPU_PX30 is not set # CONFIG_CPU_RK3328 is not set # CONFIG_CPU_RK3366 is not set