From 68282f55b8465660af105086ad327ecdd8f35c67 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 14 Sep 2015 09:17:36 +0200 Subject: arm: Remove unused ST-Ericsson u8500 arch This arch does not seem to be supported / used at all in the current U-Boot mainline source tree any more. So lets remove the core u8500 code and code that was only referenced by this platform. Please note that this patch also removes these config options: - CONFIG_PL011_SERIAL_RLCR - CONFIG_PL011_SERIAL_FLUSH_ON_INIT As they only seem to be referenced by u8500 based boards. Without any such board in the current code, these config option don't make sense any more. Lets remove them as well. If someone still wants to use this platform, then please send patches to re-enable support by adding at least one board that references this code. Signed-off-by: Stefan Roese Cc: Mathieu Poirier Cc: John Rigby Cc: Simon Glass Cc: Masahiro Yamada Cc: Tom Rini Cc: Heiko Schocher Cc: Albert Aribaud Reviewed-by: Masahiro Yamada --- README | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'README') diff --git a/README b/README index 1acc355968..a13705ae7a 100644 --- a/README +++ b/README @@ -840,18 +840,6 @@ The following options need to be configured: define this to a list of base addresses for each (supported) port. See e.g. include/configs/versatile.h - CONFIG_PL011_SERIAL_RLCR - - Some vendor versions of PL011 serial ports (e.g. ST-Ericsson U8500) - have separate receive and transmit line control registers. Set - this variable to initialize the extra register. - - CONFIG_PL011_SERIAL_FLUSH_ON_INIT - - On some platforms (e.g. U8500) U-Boot is loaded by a second stage - boot loader that has already initialized the UART. Define this - variable to flush the UART at init time. - CONFIG_SERIAL_HW_FLOW_CONTROL Define this variable to enable hw flow control in serial driver. -- cgit v1.2.1