diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-26 21:57:43 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-01-27 04:05:43 +0100 |
commit | 3572f5c6f0876f055bb4d4567a9ba89a0fd05976 (patch) | |
tree | f4be2b886eb0a8a712e1b3acdfdddef74861b5bb /src/mainboard/siemens/sitemp_g1p1/Kconfig | |
parent | 5b5f834e8475fc89af85d2d706b8c31f32e6f4f3 (diff) |
sitemp-g1p1: Migrate to new cmos.default approach
Current code just prints warning, defaults match the behaviour of
current code when checksum is incorrect and look sane.
Change-Id: Icda0d3cb3517fc15e6a0ee787b00276d2d435776
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4827
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/siemens/sitemp_g1p1/Kconfig')
-rw-r--r-- | src/mainboard/siemens/sitemp_g1p1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/sitemp_g1p1/Kconfig b/src/mainboard/siemens/sitemp_g1p1/Kconfig index c93012150a..8d0ff80455 100644 --- a/src/mainboard/siemens/sitemp_g1p1/Kconfig +++ b/src/mainboard/siemens/sitemp_g1p1/Kconfig @@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select HAVE_PIRQ_TABLE select HAVE_OPTION_TABLE + select HAVE_CMOS_DEFAULT select SB_HT_CHAIN_UNITID_OFFSET_ONLY select BOARD_ROMSIZE_KB_1024 select QRANK_DIMM_SUPPORT |