Change 'ram' to 'RAM' in user-visible output (closes #60).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> 
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2535 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-01-16 11:56:35 +00:00
parent 9095e30f2d
commit 96206510e3
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ static void copy_and_run(unsigned cpu_reset)
unsigned long dst_len;
unsigned long ilen, olen;
print_debug("Copying LinuxBIOS to ram.\r\n");
print_debug("Copying LinuxBIOS to RAM.\r\n");
#if !CONFIG_COMPRESS
__asm__ volatile (