From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Thu, 31 Dec 2015 09:50:26 +0800 Subject: [U-Boot] [PATCH] nios2: set up the debug UART early In-Reply-To: <1451478769-22471-1-git-send-email-thomas@wytron.com.tw> References: <1451478769-22471-1-git-send-email-thomas@wytron.com.tw> Message-ID: <1451526626.1929.1.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-12-30 at 20:32 +0800, Thomas Chou wrote: > Set up the debug UART early if enabled, so that it is ready to use. > > Signed-off-by: Thomas Chou > --- > arch/nios2/cpu/start.S | 7 +++++++ > 1 file changed, 7 insertions(+) > > Acked-by: Chin Liang See Thanks Chin Liang