diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-28 17:59:56 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-10-30 18:53:08 +0100 |
commit | 31ff120a2c541aecfef318a19ad033c6b8f6fabd (patch) | |
tree | b64699b90f87f03e7e14dc8e834bc1750f95a03c /src/northbridge/intel/i440lx/Kconfig | |
parent | ac901e6bedc98d115ebb8089afd8f67aef39c000 (diff) |
Drop northbridge/i440lx
All boards using it have been deleted a long time ago.
Change-Id: Ib1c4018ab6ec27868c0e2fdbf9c91323ead076fb
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/12236
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/northbridge/intel/i440lx/Kconfig')
-rw-r--r-- | src/northbridge/intel/i440lx/Kconfig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/northbridge/intel/i440lx/Kconfig b/src/northbridge/intel/i440lx/Kconfig deleted file mode 100644 index b087774b45..0000000000 --- a/src/northbridge/intel/i440lx/Kconfig +++ /dev/null @@ -1,23 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc. -## - -config NORTHBRIDGE_INTEL_I440LX - bool - select HAVE_DEBUG_RAM_SETUP - select LATE_CBMEM_INIT |