From f1ce6f2c2518b70eae23502593393fd40fd73806 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 12 Apr 2010 09:50:53 +0000 Subject: - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively - set them to span the last 64k, instead of the last 128k by default - fixes via CAR for tiny bootblock - enabled tiny bootblock for via/vt8454c Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5409 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/vt8454c/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/via') diff --git a/src/mainboard/via/vt8454c/Kconfig b/src/mainboard/via/vt8454c/Kconfig index f575e8098f..62b3cd092e 100644 --- a/src/mainboard/via/vt8454c/Kconfig +++ b/src/mainboard/via/vt8454c/Kconfig @@ -12,6 +12,7 @@ config BOARD_VIA_VT8454C select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_512 select USE_DCACHE_RAM + select TINY_BOOTBLOCK config MAINBOARD_DIR string -- cgit v1.2.3