small ts5300 update, fix endian problem in dummmcr.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2213 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-03-18 00:10:29 +00:00
parent 34407063c2
commit 677267a82a
5 changed files with 20 additions and 14 deletions

View File

@@ -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

View File

@@ -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(