diff options
author | Marc Jones <marc.jones@se-eng.com> | 2012-05-08 23:22:34 -0600 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-05-09 11:13:32 +0200 |
commit | 76cfcbc312a8f58b78e710e629172fead8240130 (patch) | |
tree | 1d2bcf1acbdf3c09655d6aed784c3e03375519a1 /src/mainboard/amd/persimmon/Kconfig | |
parent | 7b860ed45e44dc0428f82affe32db1201043eef6 (diff) |
Move fadt.c to the cimx sb800 southbridge directory to be shared.
The fadt.c is the same across all the platforms using the sb800
cimx southbridge wrapper.
Change-Id: Ifbbfc238732aa46aef96297eaa188b77d27151f3
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/1019
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/amd/persimmon/Kconfig')
-rw-r--r-- | src/mainboard/amd/persimmon/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig index 27e27a5c0e..e1f43b1f07 100644 --- a/src/mainboard/amd/persimmon/Kconfig +++ b/src/mainboard/amd/persimmon/Kconfig @@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select NORTHBRIDGE_AMD_AGESA_FAMILY14 select SOUTHBRIDGE_AMD_CIMX_SB800 select SUPERIO_FINTEK_F81865F - select BOARD_HAS_FADT select HAVE_BUS_CONFIG select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE |