Change 'ram' to 'RAM' in user-visible output (closes #60).
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 16 Jan 2007 11:56:35 +0000 (11:56 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 16 Jan 2007 11:56:35 +0000 (11:56 +0000)
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

src/arch/i386/init/crt0.S.lb
src/cpu/amd/car/copy_and_run.c
src/cpu/amd/car/post_cache_as_ram.c
src/cpu/x86/car/copy_and_run.c

index 1b4ce4a0a1bd28b21d78cade35a42b1eca6703bf..952b8110cfa4fb7293897c12eed3ac0c488b58a2 100644 (file)
@@ -215,7 +215,7 @@ crt_console_tx_string:
 
 #if defined(CONSOLE_DEBUG_TX_STRING) && (ASM_CONSOLE_LOGLEVEL > BIOS_DEBUG)
 .section ".rom.data"
-str_copying_to_ram:  .string "Copying LinuxBIOS to ram.\r\n"
+str_copying_to_ram:  .string "Copying LinuxBIOS to RAM.\r\n"
 str_pre_main:        .string "Jumping to LinuxBIOS.\r\n"
 .previous
 
index 344e6d1b5494cb77524f26b731a7df00b2eb8eb0..a97ad309b198f50dbbecf244c07e3802949040b9 100644 (file)
@@ -23,7 +23,7 @@ static void copy_and_run(void)
        uint8_t *src, *dst; 
         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 (
index d47d552f79c1d51fcb434fbaf6bb944f96b401cc..7074f23c5a1ac1d05d4aa24efd77be607f9353cf 100644 (file)
@@ -53,7 +53,7 @@ static void post_cache_as_ram(void)
        set_init_ram_access(); /* So we can access RAM from [1M, CONFIG_LB_MEM_TOPK) */
 
 //     dump_mem(DCACHE_RAM_BASE+DCACHE_RAM_SIZE-0x8000, DCACHE_RAM_BASE+DCACHE_RAM_SIZE-0x7c00);
-       print_debug("Copying data from cache to ram -- switching to use ram as stack... ");
+       print_debug("Copying data from cache to RAM -- switching to use RAM as stack... ");
 
        /* from here don't store more data in CAR */
 #if 0
index 4000a09e18f198dc0b50504f917dea85ab01bc0d..6baf53ec8fb63bc319bc6a6d4286f715b63854d0 100644 (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 (