[coreboot-gerrit] New patch to review for coreboot: 40b2492 lenovo/t5x0: replace invalid config DRAM_GATE_GPIO

Nicolas Reinecke (nr@das-labor.org) gerrit at coreboot.org
Sun Aug 24 22:52:31 CEST 2014


Nicolas Reinecke (nr at das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6760

-gerrit

commit 40b2492c04d1d34693451ed281b15e22bcdc53b0
Author: Nicolas Reinecke <nr at das-labor.org>
Date:   Sun Aug 24 22:14:29 2014 +0200

    lenovo/t5x0: replace invalid config DRAM_GATE_GPIO
    
    Change-Id: I3b13bddfc127353e0c13d8d2ae7918d5c3deb72c
    Signed-off-by: Nicolas Reinecke <nr at das-labor.org>
---
 src/mainboard/lenovo/t520/Kconfig | 2 +-
 src/mainboard/lenovo/t530/Kconfig | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/lenovo/t520/Kconfig b/src/mainboard/lenovo/t520/Kconfig
index 0f0fd88..b6c9e05 100644
--- a/src/mainboard/lenovo/t520/Kconfig
+++ b/src/mainboard/lenovo/t520/Kconfig
@@ -61,7 +61,7 @@ config USBDEBUG_HCD_INDEX
 	int
 	default 2
 
-config DRAM_GATE_GPIO
+config DRAM_RESET_GATE_GPIO
 	int
 	default 10
 
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 473f8b8..a850e11 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -57,7 +57,7 @@ config USBDEBUG_HCD_INDEX
        int
        default 2
 
-config DRAM_GATE_GPIO
+config DRAM_RESET_GATE_GPIO
 	int
 	default 10
 



More information about the coreboot-gerrit mailing list