aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-06-30 03:37:24 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 23:19:20 +0200
commit3858b3f698d75e05206a8ef8578796f8456e5450 (patch)
tree33cdd81eec34a39c113496b4003dbe489a14694f /src/mainboard
parent88ac9b5a1ef756e0151238e51090a70e7640fd54 (diff)
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. Change-Id: I6a40ed4a98bedac39e5492e4b1aed3427ab4e08b Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3720 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/pit/romstage.c6
1 files changed, 0 insertions, 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();