From 7394b0eb7783efc4cb4276f52edc2db2803eebd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20B=C4=83l=C4=83nic=C4=83?= Date: Fri, 30 Jun 2023 22:21:06 +0300 Subject: [PATCH] Update RockchipPlatformLib.c --- .../Library/RockchipPlatformLib/RockchipPlatformLib.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/edk2-rockchip/Platform/FriendlyElec/NanoPC-T6/Library/RockchipPlatformLib/RockchipPlatformLib.c b/edk2-rockchip/Platform/FriendlyElec/NanoPC-T6/Library/RockchipPlatformLib/RockchipPlatformLib.c index 7e4ab8b49..444bb5718 100644 --- a/edk2-rockchip/Platform/FriendlyElec/NanoPC-T6/Library/RockchipPlatformLib/RockchipPlatformLib.c +++ b/edk2-rockchip/Platform/FriendlyElec/NanoPC-T6/Library/RockchipPlatformLib/RockchipPlatformLib.c @@ -249,23 +249,17 @@ PcieIoInit ( /* Set reset and power IO to gpio output mode */ switch(Segment) { case PCIE_SEGMENT_PCIE30X4: - // PCIE30X4_PERSTn_M1_L GpioPinSetDirection (4, GPIO_PIN_PB6, GPIO_PIN_OUTPUT); - // PCIE_M2_0_PWREN GpioPinSetDirection (2, GPIO_PIN_PC5, GPIO_PIN_OUTPUT); break; case PCIE_SEGMENT_PCIE20L0: // rtl8152b - // PCIE_25GLAN_PERSTB_B GpioPinSetDirection (4, GPIO_PIN_PB3, GPIO_PIN_OUTPUT); break; case PCIE_SEGMENT_PCIE20L1: // m.2 a+e key - // PCIE_M2_1_PWREN GpioPinSetDirection (4, GPIO_PIN_PC2, GPIO_PIN_OUTPUT); - // PCIE_WIFI_PERSTn GpioPinSetDirection (4, GPIO_PIN_PA2, GPIO_PIN_OUTPUT); break; case PCIE_SEGMENT_PCIE20L2: //rtl8152b - // PCIE_25GLAN_PERSTB GpioPinSetDirection (4, GPIO_PIN_PA4, GPIO_PIN_OUTPUT); break; default: