diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-03-18 00:10:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-03-18 00:10:29 +0000 |
commit | 677267a82a65c5ad802869171e3de6e5e7e270d4 (patch) | |
tree | 6f0e1a764aba15d5f0d0585d77fcd037a2dda5f1 /src/mainboard | |
parent | 34407063c2b9585bdb2c349ef4f3fb27d2981002 (diff) |
small ts5300 update, fix endian problem in dummmcr.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2213 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/technologic/ts5300/Options.lb | 3 | ||||
-rw-r--r-- | src/mainboard/technologic/ts5300/auto.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/technologic/ts5300/Options.lb b/src/mainboard/technologic/ts5300/Options.lb index 62f601f4c5..3ffbac7b8d 100644 --- a/src/mainboard/technologic/ts5300/Options.lb +++ b/src/mainboard/technologic/ts5300/Options.lb @@ -36,6 +36,7 @@ uses OBJCOPY uses TTYS0_BAUD uses TTYS0_BASE uses TTYS0_LCS +uses CONFIG_CHIP_NAME uses CONFIG_CONSOLE_SERIAL8250 @@ -140,6 +141,8 @@ default CONFIG_ROM_STREAM = 1 default CC="$(CROSS_COMPILE)gcc -m32" default HOSTCC="gcc" +default CONFIG_CHIP_NAME = 1 + end diff --git a/src/mainboard/technologic/ts5300/auto.c b/src/mainboard/technologic/ts5300/auto.c index 42cddb25de..4ef1a100cc 100644 --- a/src/mainboard/technologic/ts5300/auto.c +++ b/src/mainboard/technologic/ts5300/auto.c @@ -189,7 +189,7 @@ static void main(unsigned long bist) print_err("Memory initialized: 32MB\r\n"); -#if 1 +#if 0 /* clear memory 1meg */ __asm__ volatile( |