From 086149eb32808f2003e2951ce679b3c7728c3846 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Fri, 31 May 2019 16:25:04 +0300 Subject: mb/apple/macbookair4_2: Fix DRAM_RESET_GATE_GPIO It's GPIO28 according to schematics. Change-Id: I55be1ed178c818a17766e22cb2fd010412b8fe02 Signed-off-by: Evgeny Zinoviev Reviewed-on: https://review.coreboot.org/c/coreboot/+/33149 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Felix Held --- src/mainboard/apple/macbookair4_2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/apple/macbookair4_2') diff --git a/src/mainboard/apple/macbookair4_2/Kconfig b/src/mainboard/apple/macbookair4_2/Kconfig index 4b2ee8fdc8..df8ecfd79d 100644 --- a/src/mainboard/apple/macbookair4_2/Kconfig +++ b/src/mainboard/apple/macbookair4_2/Kconfig @@ -33,7 +33,7 @@ config VGA_BIOS_ID config DRAM_RESET_GATE_GPIO int - default 60 + default 28 config MAX_CPUS int -- cgit v1.2.3