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 <[email protected]> Acked-by: Stefan Reinauer <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

