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 <[email protected]> --- 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

