From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 29 Jan 2015 09:51:06 +0100 Subject: [U-Boot] [PATCH] lcd: fix console address is not initialized In-Reply-To: <1422407602-18379-1-git-send-email-voice.shen@atmel.com> References: <1422407602-18379-1-git-send-email-voice.shen@atmel.com> Message-ID: <20150129095106.4a15fb3a@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 28 Jan 2015 09:13:22 +0800 Bo Shen wrote: > This commit 904672e (lcd: refactor lcd console stuff into its > own file), which cause lcd console address is not initialized. > > This patch initialize the lcd console use the default value, > will be update when splash screen is enabled. > > Signed-off-by: Bo Shen > --- > Hi Tom, > If no objection of this patch, can you apply it as soon as possible. > Or else most Atmel SoC based boards (which enable lcd info) will be > broken. > Thanks. > > common/lcd.c | 1 + > 1 file changed, 1 insertion(+) Slightly modified the commit log and applied to u-boot-video/master. Thanks! Anatolij