]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lcd: fix console address is not initialized
authorBo Shen <voice.shen@atmel.com>
Wed, 28 Jan 2015 01:13:22 +0000 (09:13 +0800)
committerTom Rini <trini@ti.com>
Wed, 28 Jan 2015 21:58:02 +0000 (16:58 -0500)
commit2af13d6b6265a6700c4f65597410b769895024bf
tree4c2cef3fccd6c94a73dcfcb8c2f51a3dfd98668c
parent2a50712eca8f04397e049ed7e09e11842b4c1348
lcd: fix console address is not initialized

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 <voice.shen@atmel.com>
common/lcd.c