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:
Patrick Georgi 2015-07-17 23:31:19 +02:00 committed by Patrick Georgi
parent 6af48bb7f4
commit ef21e77bbc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ config IRQ_SLOT_COUNT
default 18
config BOOT_MEDIA_SPI_BUS
hex
int
default 0
config INTEL_PCH_UART_CONSOLE_NUMBER