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>
This commit is contained in:
parent
88ac9b5a1e
commit
3858b3f698
|
@ -135,11 +135,6 @@ static void setup_ec(void)
|
||||||
exynos_pinmux_spi2();
|
exynos_pinmux_spi2();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setup_graphics(void)
|
|
||||||
{
|
|
||||||
exynos_pinmux_dphpd();
|
|
||||||
}
|
|
||||||
|
|
||||||
static void setup_gpio(void)
|
static void setup_gpio(void)
|
||||||
{
|
{
|
||||||
gpio_direction_input(GPIO_X30); // WP_GPIO
|
gpio_direction_input(GPIO_X30); // WP_GPIO
|
||||||
|
@ -280,7 +275,6 @@ void main(void)
|
||||||
|
|
||||||
setup_storage();
|
setup_storage();
|
||||||
setup_gpio();
|
setup_gpio();
|
||||||
setup_graphics();
|
|
||||||
setup_ec();
|
setup_ec();
|
||||||
|
|
||||||
simple_spi_test();
|
simple_spi_test();
|
||||||
|
|
Loading…
Reference in New Issue