diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2010-12-11 23:28:17 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2010-12-11 23:28:17 +0000 |
commit | 4041925039f3504481a9f2263ca96669fc597a4a (patch) | |
tree | cd4fc5e76d3f09a98cab6bb572bfcd74d245e16e /src/mainboard/asus/m4a78-em/Kconfig | |
parent | e8191b4b2ab650cc31f4d8f4231b92c460cf5c60 (diff) |
Fix the build failure. We have now common fadt.c.
[PATCH] SB700 common FADT was not applied to this board because it was in the meanwhile added.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Rudolf Marek <r.marek@assembler.cz>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6167 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m4a78-em/Kconfig')
-rw-r--r-- | src/mainboard/asus/m4a78-em/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/m4a78-em/Kconfig b/src/mainboard/asus/m4a78-em/Kconfig index 4bdce66c49..18542d3366 100644 --- a/src/mainboard/asus/m4a78-em/Kconfig +++ b/src/mainboard/asus/m4a78-em/Kconfig @@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_AMD_RS780 select SOUTHBRIDGE_AMD_SB700 select SUPERIO_ITE_IT8712F - select BOARD_HAS_FADT select HAVE_BUS_CONFIG select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE |