diff options
author | Jens Rottmann <JRottmann@LiPPERTEmbedded.de> | 2010-08-27 09:36:41 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-27 09:36:41 +0000 |
commit | b3f8090f4e42a73434da3f6d7854762f855ee679 (patch) | |
tree | f6adf69fce22cc0af0b105bb02e88846bc24b761 /src/mainboard/amd/dbm690t | |
parent | 78265d5609d37b528cf8f605878a792299d11a47 (diff) |
drop three unneeded config variables:
- HAVE_HIGH_TABLES
- HAVE_LOW_TABLES
- FALLBACK_SIZE
Jens Rottmann sent an almost identical patch at the same time, so
Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5745 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/dbm690t')
-rw-r--r-- | src/mainboard/amd/dbm690t/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/amd/dbm690t/Kconfig b/src/mainboard/amd/dbm690t/Kconfig index a60cc16683..86c193e7d4 100644 --- a/src/mainboard/amd/dbm690t/Kconfig +++ b/src/mainboard/amd/dbm690t/Kconfig @@ -24,11 +24,6 @@ config MAINBOARD_DIR default amd/dbm690t depends on BOARD_AMD_DBM690T -config HAVE_HIGH_TABLES - bool - default n - depends on BOARD_AMD_DBM690T - # This is a temporary fix, and should be removed when the race condition for # building option_table.h is fixed. config WARNINGS_ARE_ERRORS |