aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-03-01 17:16:06 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-03-01 17:16:06 +0000
commit9d24c7f202c4ff353a8a97e955ee68ed340a98b1 (patch)
treeaf95887035012a8703fbcfbd0db03603e0474ad4 /src/mainboard/technexion
parentd3b2bbe08c59e36488ca9d04d01ddd61c04504ca (diff)
- Simplify stack size determination: MAX_CPUS * STACK_SIZE
- Check that this doesn't run into vga/oprom/bios area at link time - Avoid overly complicated and not well understood hack which avoids that area by leaving a hole in the stack area. - Adapt technexion/tim5690 to put ramstage at 1MB Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5181 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion')
-rw-r--r--src/mainboard/technexion/tim5690/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/technexion/tim5690/Kconfig b/src/mainboard/technexion/tim5690/Kconfig
index b2b4362874..b8d73f1de4 100644
--- a/src/mainboard/technexion/tim5690/Kconfig
+++ b/src/mainboard/technexion/tim5690/Kconfig
@@ -127,5 +127,5 @@ config HEAP_SIZE
config RAMBASE
hex
- default 0x4000
+ default 0x100000
depends on BOARD_TECHNEXION_TIM5690