summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-18 11:09:24 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-18 11:09:24 +0000
commit29c0ec10a617da9398a67b00722523c642b7d073 (patch)
tree2bb8c467d5e0b67b9dc881b71260c1e191d272bb /src
parent85bb83aeaf2a1ffb02dd4af299f6a65132b2e9a4 (diff)
downloadcoreboot-staging-29c0ec10a617da9398a67b00722523c642b7d073.zip
coreboot-staging-29c0ec10a617da9398a67b00722523c642b7d073.tar.gz
get rid of Kconfig warning.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5035 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/tyan/s2912_fam10/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/tyan/s2912_fam10/Kconfig b/src/mainboard/tyan/s2912_fam10/Kconfig
index f2dff1f..2c8c8dc 100644
--- a/src/mainboard/tyan/s2912_fam10/Kconfig
+++ b/src/mainboard/tyan/s2912_fam10/Kconfig
@@ -154,8 +154,8 @@ config SERIAL_CPU_INIT
depends on BOARD_TYAN_S2912_FAM10
config ACPI_SSDTX_NUM
- hex
- default 0x1f
+ int
+ default 31
depends on BOARD_TYAN_S2912_FAM10
config RAMBASE
OpenPOWER on IntegriCloud