From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 29 Jan 2015 16:55:45 +0800 Subject: [U-Boot] [PATCH] lcd: fix console address is not initialized In-Reply-To: <20150129095106.4a15fb3a@crub> References: <1422407602-18379-1-git-send-email-voice.shen@atmel.com> <20150129095106.4a15fb3a@crub> Message-ID: <54C9F591.2080704@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Anatolij, On 01/29/2015 04:51 PM, Anatolij Gustschin wrote: > 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. > Thanks! > > Anatolij > Best Regards, Bo Shen