blob: 2862431f0414acf8b372c8604df5d4ad470a819f [file] [log] [blame]
Uwe Hermannb7fec822009-08-25 12:25:36 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
Nils Jacobsdd6ad342010-05-14 09:48:05 +00008## the Free Software Foundation; version 2 of the License.
Uwe Hermannb7fec822009-08-25 12:25:36 +00009##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
19
20config CPU_INTEL_SLOT_2
21 bool
Uwe Hermannb7fec822009-08-25 12:25:36 +000022
Stefan Reinauer04d74b12010-02-04 01:32:43 +000023config DCACHE_RAM_SIZE
24 hex
25 default 0x01000
Stefan Reinauerf14e69b2010-02-04 11:05:59 +000026 depends on CPU_INTEL_SLOT_2
Stefan Reinauer04d74b12010-02-04 01:32:43 +000027