Bruce Griffith (Bruce.Griffith@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3848
-gerrit
commit f6108d96cd121604c78a49ec83271d163bfe72a8 Author: Bruce Griffith Bruce.Griffith@se-eng.com Date: Tue Aug 6 03:50:28 2013 -0600
AMD Olive Hill: Add HUDSON_LEGACY_FREE flag
Olive Hill does not have a Super I/O or keyboard controller.
Change-Id: I8c1e5d8c20c4a964fe8d98df920b416382a26d9d Signed-off-by: Bruce Griffith Bruce.Griffith@se-eng.com --- src/mainboard/amd/olivehill/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig index 05d6a53..78b3514 100644 --- a/src/mainboard/amd/olivehill/Kconfig +++ b/src/mainboard/amd/olivehill/Kconfig @@ -93,6 +93,10 @@ config ONBOARD_VGA_IS_PRIMARY bool default y
+config HUDSON_LEGACY_FREE + bool + default y + config WARNINGS_ARE_ERRORS bool default n