From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 2 Apr 2014 10:45:55 +0200 Subject: [U-Boot] [PATCH 2/2] arm: mxs: Add serial console support into SPL In-Reply-To: <533BCDDC.3030809@denx.de> References: <1395192096-6484-1-git-send-email-marex@denx.de> <201404011047.12313.marex@denx.de> <533BCDDC.3030809@denx.de> Message-ID: <201404021045.55683.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, April 02, 2014 at 10:44:12 AM, Stefano Babic wrote: > On 01/04/2014 10:47, Marek Vasut wrote: > > On Tuesday, April 01, 2014 at 10:34:38 AM, Stefano Babic wrote: > >> On 19/03/2014 02:21, Marek Vasut wrote: > >>> Add support for serial console into the i.MX23/i.MX28 SPL. A full, > >>> uncrippled serial console support comes very helpful when debugging > >>> various spectacular hardware bringup issues early in the process. > >>> Because we do not use SPL framework, but have our own minimalistic > >>> SPL, which is compatible with the i.MX23/i.MX28 BootROM, we do not > >>> use preloader_console_init(), but instead use a similar function to > >>> start the console. Nonetheless, to avoid blowing up the size of the > >>> SPL binary, this support is enabled only if CONFIG_SPL_SERIAL_SUPPORT > >>> is defined, which is disabled by default. > >>> > >>> Signed-off-by: Marek Vasut > >>> Cc: Stefano Babic > >>> --- > >> > >> Applied after fixing warning: > >> > >> arch/arm/cpu/arm926ejs/mxs/spl_boot.c:22:13: warning: 'bdata' defined > >> but not used > > > > Tsk, stupid me. Thanks! > > No, stupid me ! I pushed the tree before fixing your patch. I had to add > the simple fix as separate commit, it was not my intention. Everything is crap! (TM) :-) Best regards, Marek Vasut