summaryrefslogtreecommitdiff
path: root/board/ti/logic/logic.c
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2013-07-19 13:34:06 -0400
committerJustin Waters <justin.waters@timesys.com>2013-07-19 13:34:06 -0400
commit48eddab640b4afb9d266b29ce5bb9472b0650620 (patch)
tree1cfd61c2333a5d69df437d1a8bf6939c314e5ccc /board/ti/logic/logic.c
parente905badacaff9b85d8bb4f0933d1246625293572 (diff)
LogicPD Support for OMAP3/DM3/AM3 boards 2.4 Update Release 22011.06-omap3logic-ts4
Diffstat (limited to 'board/ti/logic/logic.c')
-rw-r--r--board/ti/logic/logic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ti/logic/logic.c b/board/ti/logic/logic.c
index d3bff273aa..84a04de04c 100644
--- a/board/ti/logic/logic.c
+++ b/board/ti/logic/logic.c
@@ -257,8 +257,9 @@ void touchup_env(int initial_env)
setenv("defaultecc", "soft");
/* touchup the display environment variable(s) */
+#ifdef CONFIG_LCD
touchup_display_env();
-
+#endif
if (initial_env) {
/* Need to set mdtids/mtdparts to computed defaults */
setenv("mtdparts", get_mtdparts_default());