From 9cbd41ab13bf2b48bcfb6e3e97b4d59020004707 Mon Sep 17 00:00:00 2001 From: Amit Kucheria Date: Wed, 26 Oct 2016 10:47:26 +0530 Subject: [PATCH] arm: defconfig: Remove platform-specific options SOC_TI_LM3S6965 and UART_STELLARIS are platform-specific, remove from arch/arm/defconfig. Change-Id: I3b37bc2ddfabb1da4e7538b5ab0e553fb2464584 Signed-off-by: Amit Kucheria --- arch/arm/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/defconfig b/arch/arm/defconfig index 69e4e57bb6e..05eac1390de 100644 --- a/arch/arm/defconfig +++ b/arch/arm/defconfig @@ -1,10 +1,8 @@ CONFIG_ARM=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000 -CONFIG_SOC_TI_LM3S6965=y CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_CORTEX_M_SYSTICK=y CONFIG_FLASH_SIZE=256 CONFIG_SRAM_SIZE=64 -CONFIG_UART_STELLARIS=y