From 0423d5be7d2f8f6f113257e2d68e32bd0956c9e3 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 30 Jun 2013 03:37:24 -0700 Subject: [PATCH] pit: Stop setting up the hardware dp hotplug detect in ROM stage too. This was removed from ramstage a little while ago and should have been removed from here as well. BUG=chrome-os-partner:19420 TEST=Built and booted into depthcharge on pit. BRANCH=None Change-Id: I55bc0806597de51c411aadf55d7c8ea5e3175821 Signed-off-by: Gabe Black Reviewed-on: https://gerrit.chromium.org/gerrit/60600 Reviewed-by: Hung-Te Lin Tested-by: Ronald G. Minnich Commit-Queue: Gabe Black --- src/mainboard/google/pit/romstage.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mainboard/google/pit/romstage.c b/src/mainboard/google/pit/romstage.c index f123253456..a757615fe4 100644 --- a/src/mainboard/google/pit/romstage.c +++ b/src/mainboard/google/pit/romstage.c @@ -135,11 +135,6 @@ static void setup_ec(void) exynos_pinmux_spi2(); } -static void setup_graphics(void) -{ - exynos_pinmux_dphpd(); -} - static void setup_gpio(void) { gpio_direction_input(GPIO_X30); // WP_GPIO @@ -280,7 +275,6 @@ void main(void) setup_storage(); setup_gpio(); - setup_graphics(); setup_ec(); simple_spi_test();