diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2017-07-17 11:20:21 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-18 19:09:45 +0000 |
commit | fc8eaf579e10ca996d886e2d2b811f3d373f2c41 (patch) | |
tree | 14d490b601af8e599088d41a04bee925c9486666 /src/mainboard | |
parent | 5b88301073cd8ff1da7f3f6514d6a091b23cd080 (diff) | |
download | coreboot-fc8eaf579e10ca996d886e2d2b811f3d373f2c41.tar.xz |
siemens/mc_apl1: Disable SDCARD
SDCARD is not used on this mainboard.
Change-Id: I28d23cdb3652bf736b19daf67c7057c396230e24
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/20611
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/devicetree.cb b/src/mainboard/siemens/mc_apl1/devicetree.cb index 3979870cd2..ab143f738e 100644 --- a/src/mainboard/siemens/mc_apl1/devicetree.cb +++ b/src/mainboard/siemens/mc_apl1/devicetree.cb @@ -92,7 +92,7 @@ chip soc/intel/apollolake device pci 19.1 off end # - SPI 1 device pci 19.2 off end # - SPI 2 device pci 1a.0 off end # - PWM - device pci 1b.0 on end # - SDCARD + device pci 1b.0 off end # - SDCARD device pci 1c.0 on end # - eMMC device pci 1d.0 off end # - UFS device pci 1e.0 off end # - SDIO |