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:
@@ -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
|
||||
|
||||
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user