From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:11:52 -0700 Subject: [U-Boot] [PATCH 1/2] arm/fsl-ls: Add CONFIG_OF_STDOUT_VIA_ALIAS In-Reply-To: <1441073150-15143-1-git-send-email-scottwood@freescale.com> References: <1441073150-15143-1-git-send-email-scottwood@freescale.com> Message-ID: <563396C8.20501@freescale.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 08/31/2015 07:05 PM, Scott Wood wrote: > This will allow OF-based earlycon to be used once the appropriate > aliases are added to the device tree and kernel support is fixed. > > Signed-off-by: Scott Wood > --- Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York