From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Thu, 24 Feb 2005 23:40:51 -0700 Subject: [U-Boot-Users] Porting UBoot without UART In-Reply-To: <20050224223938.99C5FC1430@atlas.denx.de> References: <20050222194931.GA13447@linux-mips.org> <20050224223938.99C5FC1430@atlas.denx.de> Message-ID: <528646bc0502242240233e0d7f@mail.gmail.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 Thu, 24 Feb 2005 23:39:33 +0100, Wolfgang Denk wrote: > In message <20050222194931.GA13447@linux-mips.org> you wrote: > > > > Provide our own console functions. See common/console.c and > > common/devices.c how it is initialized and used. > > Note thatt he "devices" are intialized pretty late in the boot > sequence. Until then, all of the most of the important console > messages have already beeen printed.