[coreboot] [commit] r5035 - trunk/src/mainboard/tyan/s2912_fam10
svn at coreboot.org
svn at coreboot.org
Mon Jan 18 12:09:24 CET 2010
Author: stepan
Date: 2010-01-18 12:09:24 +0100 (Mon, 18 Jan 2010)
New Revision: 5035
Modified:
trunk/src/mainboard/tyan/s2912_fam10/Kconfig
Log:
get rid of Kconfig warning.
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>
Modified: trunk/src/mainboard/tyan/s2912_fam10/Kconfig
===================================================================
--- trunk/src/mainboard/tyan/s2912_fam10/Kconfig 2010-01-17 21:59:27 UTC (rev 5034)
+++ trunk/src/mainboard/tyan/s2912_fam10/Kconfig 2010-01-18 11:09:24 UTC (rev 5035)
@@ -154,8 +154,8 @@
depends on BOARD_TYAN_S2912_FAM10
config ACPI_SSDTX_NUM
- hex
- default 0x1f
+ int
+ default 31
depends on BOARD_TYAN_S2912_FAM10
config RAMBASE
More information about the coreboot
mailing list