From a5325cd5e91f77a2214e80198ae31c1d8b7e7c3c Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 5 Aug 2015 11:51:38 -0600 Subject: configs: Remove CONFIG_SERIAL_MULTI This config option isn't used anywhere at all. Remove all places that define/enable the option. Signed-off-by: Stephen Warren --- include/configs/T104xRDB.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/T104xRDB.h') diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index e88cad6..8c7c573 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -463,7 +463,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_rcw.cfg #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x11C600) #define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_CCSRBAR+0x11D500) #define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_CCSRBAR+0x11D600) -#define CONFIG_SERIAL_MULTI /* Enable both serial ports */ #ifndef CONFIG_SPL_BUILD #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */ #endif -- cgit v1.1