From ba185722d4cb18289fea144a5e3e371ddbf342a0 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 21 Jan 2011 07:46:32 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6287 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/technologic/ts5300/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/technologic') diff --git a/src/mainboard/technologic/ts5300/Kconfig b/src/mainboard/technologic/ts5300/Kconfig index 49fbead5f8..8def16dc8e 100644 --- a/src/mainboard/technologic/ts5300/Kconfig +++ b/src/mainboard/technologic/ts5300/Kconfig @@ -7,7 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select ROMCC select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE - select BOARD_ROMSIZE_KB_128 + select BOARD_ROMSIZE_KB_1024 config MAINBOARD_DIR string -- cgit v1.2.3