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