Author: stepan Date: Fri Jan 21 08:46:32 2011 New Revision: 6287 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6287
Log: push ts5300 rom size to 1MB. In fact the flash part on that board is 2MB and the entry point is somewhere in the middle. quite weird setup http://www.embeddedarm.com/products/board-detail.php?product=TS-5300 We should probably wipe the board from the tree. It will not work anyways with current coreboot and the architecture is kind of obscure. Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/mainboard/technologic/ts5300/Kconfig Modified: trunk/src/mainboard/technologic/ts5300/Kconfig ============================================================================== --- trunk/src/mainboard/technologic/ts5300/Kconfig Fri Jan 21 08:29:40 2011 (r6286) +++ trunk/src/mainboard/technologic/ts5300/Kconfig Fri Jan 21 08:46:32 2011 (r6287) @@ -7,7 +7,7 @@ select ROMCC select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE - select BOARD_ROMSIZE_KB_128 + select BOARD_ROMSIZE_KB_1024 config MAINBOARD_DIR string -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

