diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-26 23:57:48 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-05-27 21:40:45 +0000 |
commit | d64779acaaf7af27b5ead59dac0bc773d482a90f (patch) | |
tree | 1f6d1ac8aa1170ab9b76003b2c4c14e7decff208 /src | |
parent | bd4af105c4b5a0bffc890024d5112a73443c102f (diff) | |
download | coreboot-d64779acaaf7af27b5ead59dac0bc773d482a90f.tar.xz |
mb/asrock/h110m: Remove duplicated PmTimerDisabled
This option appears twice in the devicetree. Drop one instance.
Change-Id: I2121770688f64542a02c777d4175fe4739ebb28a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41752
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asrock/h110m/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asrock/h110m/devicetree.cb b/src/mainboard/asrock/h110m/devicetree.cb index 254eff853c..1327a3615f 100644 --- a/src/mainboard/asrock/h110m/devicetree.cb +++ b/src/mainboard/asrock/h110m/devicetree.cb @@ -135,7 +135,6 @@ chip soc/intel/skylake }" register "EnableLan" = "0" - register "PmTimerDisabled" = "0" # USB register "usb2_ports[0]" = "USB2_PORT_MID(OC0)" |