From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 20 Nov 2015 10:18:39 -0700 Subject: [U-Boot] [PATCH v3 11/13] ns16550: zap CONFIG_NS16550_SERIAL In-Reply-To: <1447940895-7763-12-git-send-email-thomas@wytron.com.tw> References: <1447684616-10297-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-1-git-send-email-thomas@wytron.com.tw> <1447940895-7763-12-git-send-email-thomas@wytron.com.tw> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19 November 2015 at 06:48, Thomas Chou wrote: > Zap CONFIG_NS16550_SERIAL, as the unification of ns16550 drivers > is completed. > > Signed-off-by: Thomas Chou > Reviewed-by: Bin Meng > --- > configs/efi-x86_defconfig | 1 - > drivers/serial/Kconfig | 12 ------------ > drivers/serial/ns16550.c | 4 ---- > include/configs/am43xx_evm.h | 2 -- > include/configs/cm_t43.h | 1 - > include/configs/mv-common.h | 4 ---- > include/configs/omap3_pandora.h | 1 - > include/configs/sniper.h | 4 +--- > include/configs/sunxi-common.h | 4 +--- > include/configs/tb100.h | 1 - > include/configs/tegra-common.h | 1 - > include/configs/ti_am335x_common.h | 4 ---- > include/configs/ti_armv7_keystone2.h | 2 -- > include/configs/ti_omap3_common.h | 4 ---- > include/configs/ti_omap4_common.h | 2 -- > include/configs/ti_omap5_common.h | 2 -- > 16 files changed, 2 insertions(+), 47 deletions(-) Acked-by: Simon Glass