soc/intel/apollolake: Remove SD Card interrupt for GLK

According to Intel document number 336561, G, SD Card (0x1b)
does not exist on GLK, so remove it.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I6921fc3db430c76ec54cf832ce51c627a507385c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67679
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2022-09-16 10:57:36 +01:00 committed by Martin Roth
parent d78722f2f8
commit 0eb165adf7
1 changed files with 2 additions and 0 deletions

View File

@ -50,7 +50,9 @@ Method(_PRT)
Package(){0x0019FFFF, 0, 0, SPI0_INT},
Package(){0x0019FFFF, 1, 0, SPI1_INT},
Package(){0x0019FFFF, 2, 0, SPI2_INT},
#if !CONFIG(SOC_INTEL_GEMINILAKE)
Package(){0x001BFFFF, 0, 0, SDCARD_INT},
#endif
Package(){0x001CFFFF, 0, 0, EMMC_INT},
Package(){0x001EFFFF, 0, 0, SDIO_INT},
Package(){0x001FFFFF, 0, 0, SMBUS_INT},