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/union_station/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/union_station/Kconfig')
-rw-r--r-- | src/mainboard/amd/union_station/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig index b67736b5a4..e7c2150765 100644 --- a/src/mainboard/amd/union_station/Kconfig +++ b/src/mainboard/amd/union_station/Kconfig @@ -26,7 +26,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select NORTHBRIDGE_AMD_AGESA_FAMILY14_ROOT_COMPLEX select NORTHBRIDGE_AMD_AGESA_FAMILY14 select SOUTHBRIDGE_AMD_CIMX_SB800 - select BOARD_HAS_FADT select HAVE_BUS_CONFIG select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE |