projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc7899
)
tegra: config: Use CONFIG_LCD to detect LCD presence
author
Simon Glass
<sjg@chromium.org>
Wed, 15 Apr 2015 03:03:31 +0000
(21:03 -0600)
committer
Tom Warren
<twarren@nvidia.com>
Wed, 13 May 2015 16:24:09 +0000
(09:24 -0700)
Instead of CONFIG_VIDEO_TEGRA, use CONFIG_LCD to determine whether an LCD
is present. Tegra124 uses a different driver.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra-common-post.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common-post.h
b/include/configs/tegra-common-post.h
index c3ad8beb903d9e131ae596ee98fbb725297614ec..46a155d4b80eba66e5c9b87d1ebe41b587a54ab7 100644
(file)
--- a/
include/configs/tegra-common-post.h
+++ b/
include/configs/tegra-common-post.h
@@
-34,7
+34,7
@@
#define STDIN_KBD_USB ""
#endif
-#ifdef CONFIG_
VIDEO_TEGRA
+#ifdef CONFIG_
LCD
#define STDOUT_LCD ",lcd"
#else
#define STDOUT_LCD ""