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 <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/60600 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: Ronald G. Minnich <rminnich@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
40de328755
commit
0423d5be7d
1 changed files with 0 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue