Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2186
-gerrit
commit 6d761c4afe0f2bd18f8ed2ea4e1959c9f6b77fb0 Author: Patrick Georgi patrick@georgi-clan.de Date: Wed Jan 23 18:10:04 2013 +0100
AGESA: Kconfig: Drop useless depends statement
`depends on FOO` in
if FOO ... depends on FOO endif
is useless.
Introduced in
commit 4b508341bcf11687be98d20f8178b5cc542a0842 Author: efdesign98 efdesign98@gmail.com Date: Wed Jul 13 17:16:13 2011 -0700
Add AMD Family 10 support to cpu folder
and probably copied later on in the following commit.
commit d3e990c6e5124f30b394f5dbd4902ea8bf341b07 Author: Kerry Sheh shekairui@gmail.com Date: Tue Feb 7 20:31:35 2012 +0800
AGESA F15: AGESA family15 model 00-0fh cpu wrapper
Change-Id: I67cf231e3047a07cb6f0eeb5f77be368674a0603 Signed-off-by: Patrick Georgi patrick@georgi-clan.de Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/cpu/amd/agesa/family10/Kconfig | 1 - src/cpu/amd/agesa/family15/Kconfig | 1 - 2 files changed, 2 deletions(-)
diff --git a/src/cpu/amd/agesa/family10/Kconfig b/src/cpu/amd/agesa/family10/Kconfig index abaa898..dd689fb 100755 --- a/src/cpu/amd/agesa/family10/Kconfig +++ b/src/cpu/amd/agesa/family10/Kconfig @@ -51,7 +51,6 @@ config HAVE_INIT_TIMER config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL bool "Redirect AGESA IDS_HDT_CONSOLE to serial console" default n - depends on CPU_AMD_AGESA_FAMILY10 help This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.
diff --git a/src/cpu/amd/agesa/family15/Kconfig b/src/cpu/amd/agesa/family15/Kconfig index f4c1183..ab11c9c 100644 --- a/src/cpu/amd/agesa/family15/Kconfig +++ b/src/cpu/amd/agesa/family15/Kconfig @@ -73,7 +73,6 @@ config HAVE_INIT_TIMER config REDIRECT_IDS_HDT_CONSOLE_TO_SERIAL bool "Redirect AGESA IDS_HDT_CONSOLE to serial console" default n - depends on CPU_AMD_AGESA_FAMILY15 help This Option allows you to redirect the AMD AGESA IDS_HDT_CONSOLE debug information to the serial console.