[coreboot] [PATCH] Make via/vt8454c use the big bootblock.

Warren Turkal wt at penguintechs.org
Fri Oct 1 12:51:44 CEST 2010


This change gets the board building again. Since it is late here, I am
going to go to sleep. Anyone can feel free to commit this change if they
ack it.

Thanks,
wt
8<-------------------------------------------------------------------
The tiny boot block breaks cache-as-ram for this board. Specifically,
the crt0s.romstage.o target will not build without this change.

Signed-off-by: Warren Turkal <wt at penguintechs.org>
---
 src/mainboard/via/vt8454c/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/via/vt8454c/Kconfig b/src/mainboard/via/vt8454c/Kconfig
index 6c08007..3ef94a3 100644
--- a/src/mainboard/via/vt8454c/Kconfig
+++ b/src/mainboard/via/vt8454c/Kconfig
@@ -14,7 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_HARD_RESET
 	select HAVE_ACPI_TABLES
 	select BOARD_ROMSIZE_KB_512
-	select TINY_BOOTBLOCK
+#	select TINY_BOOTBLOCK
 
 config MAINBOARD_DIR
 	string
-- 
1.7.1





More information about the coreboot mailing list