projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945ae85
)
s5p: add lcd info for ld9040
author
Donghwa Lee
<dh09.lee@samsung.com>
Tue, 2 Nov 2010 02:26:24 +0000
(11:26 +0900)
committer
Donghwa Lee
<dh09.lee@samsung.com>
Tue, 2 Nov 2010 02:26:24 +0000
(11:26 +0900)
board/samsung/universal_c210/universal.c
patch
|
blob
|
history
diff --git
a/board/samsung/universal_c210/universal.c
b/board/samsung/universal_c210/universal.c
index
5abeb5a
..
af7cbbc
100644
(file)
--- a/
board/samsung/universal_c210/universal.c
+++ b/
board/samsung/universal_c210/universal.c
@@
-953,6
+953,10
@@
int misc_init_r(void)
#ifdef CONFIG_CMD_RAMOOPS
show_dump_msg();
#endif
+
+#ifdef CONFIG_LCD
+ setenv("lcdinfo", "lcd=ld9040");
+#endif
check_auto_burn();
check_hw_revision();