intel/kunimitsu: Fix Kconfig symbol type
BOOT_MEDIA_SPI_BUS is int, not hex. Change-Id: I5cbcc3889a025caab921208037c8a61d224078a7 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/10973 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
6af48bb7f4
commit
ef21e77bbc
|
@ -30,7 +30,7 @@ config IRQ_SLOT_COUNT
|
||||||
default 18
|
default 18
|
||||||
|
|
||||||
config BOOT_MEDIA_SPI_BUS
|
config BOOT_MEDIA_SPI_BUS
|
||||||
hex
|
int
|
||||||
default 0
|
default 0
|
||||||
|
|
||||||
config INTEL_PCH_UART_CONSOLE_NUMBER
|
config INTEL_PCH_UART_CONSOLE_NUMBER
|
||||||
|
|
Loading…
Reference in New Issue