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>
This commit is contained in:
parent
5b88301073
commit
fc8eaf579e
|
@ -92,7 +92,7 @@ chip soc/intel/apollolake
|
||||||
device pci 19.1 off end # - SPI 1
|
device pci 19.1 off end # - SPI 1
|
||||||
device pci 19.2 off end # - SPI 2
|
device pci 19.2 off end # - SPI 2
|
||||||
device pci 1a.0 off end # - PWM
|
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 1c.0 on end # - eMMC
|
||||||
device pci 1d.0 off end # - UFS
|
device pci 1d.0 off end # - UFS
|
||||||
device pci 1e.0 off end # - SDIO
|
device pci 1e.0 off end # - SDIO
|
||||||
|
|
Loading…
Reference in New Issue