From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 2 Jul 2015 21:47:03 +0200 Subject: [U-Boot] [PATCH 4/7] arm: uart: Add ability to use pre-initialized UARTs In-Reply-To: <1429226111-29823-5-git-send-email-s.temerkhanov@gmail.com> References: <1429226111-29823-1-git-send-email-s.temerkhanov@gmail.com> <1429226111-29823-5-git-send-email-s.temerkhanov@gmail.com> Message-ID: <20150702214703.2317fd7c@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Sergey, On Thu, 16 Apr 2015 16:15:08 -0700, Sergey Temerkhanov wrote: > On some systems, UART initialization is performed before running U-Boot. > This commit allows to skip UART re-initializaion on those systems > > Signed-off-by: Sergey Temerkhanov > Signed-off-by: Radha Mohan Chintakuntla > --- > drivers/serial/serial_pl01x.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > +#ifndef CONFIG_PL010_SERIAL_PREINIT This configuration option is new; please add a description of it somewhere in a README.* under doc/. Amicalement, -- Albert.