summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-12-19 15:49:57 -0800
committerSimon Glass <sjg@chromium.org>2012-01-05 18:39:30 -0800
commit13c98e6123149f682d283e03f86eae9ba8951c34 (patch)
tree55f689f36bba6ccfe03553f79a4d6512e41aff4a /include
parent7e52b5d6a28f55074d011f955c0a16889bc197f0 (diff)
tegra: config: Enable BOARD_LATE_INIT to complete LCD init
LCD final init is now kept in board_late_init(), so we need to enable this feature in the config. BUG=chromium-os:22938 TEST=build and boot on Kaen Change-Id: Ib895c2768359439349714805cea6ff636c2307b3 Reviewed-on: https://gerrit.chromium.org/gerrit/13214 Commit-Ready: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 49966095e2..e81e9a9b30 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -54,6 +54,7 @@
#define CONFIG_ARCH_CPU_INIT /* Fire up the A9 core */
#define CONFIG_ALIGN_LCD_TO_SECTION /* Align LCD to 1MB boundary */
#define CONFIG_BOARD_EARLY_INIT_F
+#define BOARD_LATE_INIT /* Make sure LCD init is complete */
#include <asm/arch/tegra.h> /* get chip and board defs */