diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2011-01-21 07:46:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-01-21 07:46:32 +0000 |
commit | ba185722d4cb18289fea144a5e3e371ddbf342a0 (patch) | |
tree | 6c6e7aa2137467a88bcb08163021fe71d4e92eb6 | |
parent | 202be7b6b7e06597f672426af29649c92353db17 (diff) |
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 <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6287 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/technologic/ts5300/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |