diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-01-01 22:38:27 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 17:27:44 +0000 |
commit | b877013fbdea6239c818dd6e11ed443de74b293c (patch) | |
tree | 4644c2ee32b014270c6bbcabc42d432f4fc541ac /src/mainboard/hp | |
parent | bd713574ce5a62533357f7752fbe009bd2738055 (diff) | |
download | coreboot-b877013fbdea6239c818dd6e11ed443de74b293c.tar.gz |
mb/hp/revolve_810_g1: Drop default DRAM_RESET_GATE_GPIO
When this board was added, S3 resume was tested and working, so it must
be good enough.
Change-Id: Ie095868ea2de7846b995271baf8155e57b495e40
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38088
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/revolve_810_g1/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/hp/revolve_810_g1/Kconfig b/src/mainboard/hp/revolve_810_g1/Kconfig index f8a5f3f8bc..3bcfc63de0 100644 --- a/src/mainboard/hp/revolve_810_g1/Kconfig +++ b/src/mainboard/hp/revolve_810_g1/Kconfig @@ -38,10 +38,6 @@ config VGA_BIOS_ID string default "8086,0166" -config DRAM_RESET_GATE_GPIO # FIXME: check this - int - default 60 - config MAX_CPUS int default 8 |