From 1286b7f6ca5fc3d42927cbe2f50b51a4870021dd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 1 Aug 2014 09:53:24 -0400 Subject: am335x_evm: Convert CONFIG_CONS_INDEX into a menu choice - Drop CONFIG_SERIAL[1-6] and use CONFIG_CONS_INDEX tests instead - Add choice and help text to board/ti/am335x/Kconfig - Correct comment about IDK in board/ti/am335x/mux.c - Remove am335x_evm_uart* defconfig files as they're just variations on a config option now. Signed-off-by: Tom Rini --- configs/am335x_evm_uart2_defconfig | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 configs/am335x_evm_uart2_defconfig (limited to 'configs/am335x_evm_uart2_defconfig') diff --git a/configs/am335x_evm_uart2_defconfig b/configs/am335x_evm_uart2_defconfig deleted file mode 100644 index 706ced9119..0000000000 --- a/configs/am335x_evm_uart2_defconfig +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="SERIAL3,CONS_INDEX=3,NAND" -+S:CONFIG_ARM=y -+S:CONFIG_TARGET_AM335X_EVM=y -- cgit