fix the tree

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2296 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-05-04 10:08:04 +00:00
parent 7ac38a33f6
commit ab4f5d0c10
4 changed files with 10 additions and 17 deletions

View File

@@ -38,17 +38,15 @@ static void copy_and_run(void)
#else
__asm__ volatile (
"leal _liseg, %0\n\t"
"leal _iseg, %1\n\t"
"leal _liseg, %0\n\t"
"leal _iseg, %1\n\t"
: "=a" (src) , "=b" (dst)
);
print_debug_cp_run("src=",(uint32_t)src);
print_debug_cp_run("dst=",(uint32_t)dst);
olen = unrv2b(src, dst, &ilen);
print_debug_cp_run("linxbios_ram.nrv2b length = ", ilen);
olen = unrv2b(src, dst);
#endif
print_debug_cp_run("linxbios_ram.bin length = ", olen);