From 214db131599bd8855b985e6143447747a14f6dd8 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 31 Oct 2008 18:34:02 +0000 Subject: [PATCH] j7f2 builds. mainboard.h -- we need a better way to do this. We should not have to specify address bits in this way. But it is not as easy a problem as it seems. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@969 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/jetway/Kconfig | 1 - mainboard/jetway/j7f2/mainboard.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mainboard/jetway/Kconfig b/mainboard/jetway/Kconfig index 76f5b2517a..daa700abce 100644 --- a/mainboard/jetway/Kconfig +++ b/mainboard/jetway/Kconfig @@ -23,7 +23,6 @@ choice config BOARD_JETWAY_J7F2 bool "J7F2 Series (INCOMPLETE)" - depends CONFIG_EXPERIMENTAL select ARCH_X86 select CPU_VIA_C7 select OPTION_TABLE diff --git a/mainboard/jetway/j7f2/mainboard.h b/mainboard/jetway/j7f2/mainboard.h index 63f74bb129..6a334fc971 100644 --- a/mainboard/jetway/j7f2/mainboard.h +++ b/mainboard/jetway/j7f2/mainboard.h @@ -18,4 +18,4 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#define CPU_ADDR_BITS 40 +#define CPU_ADDR_BITS 32