commit | 2af13d6b6265a6700c4f65597410b769895024bf | [log] [tgz] |
---|---|---|
author | Bo Shen <voice.shen@atmel.com> | Wed Jan 28 09:13:22 2015 +0800 |
committer | Tom Rini <trini@ti.com> | Wed Jan 28 16:58:02 2015 -0500 |
tree | 4c2cef3fccd6c94a73dcfcb8c2f51a3dfd98668c | |
parent | 2a50712eca8f04397e049ed7e09e11842b4c1348 [diff] |
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>