diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-16 11:56:35 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-16 11:56:35 +0000 |
commit | 96206510e3076859b16c20ebba1a84d989f4a48d (patch) | |
tree | c81e8efaf98a3141469d6a83ba8baae933441f92 /src/cpu/amd/car | |
parent | 9095e30f2dbac3c53a380a20d15d4698449dab20 (diff) |
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
Diffstat (limited to 'src/cpu/amd/car')
-rw-r--r-- | src/cpu/amd/car/copy_and_run.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/car/post_cache_as_ram.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/car/copy_and_run.c b/src/cpu/amd/car/copy_and_run.c index 344e6d1b54..a97ad309b1 100644 --- a/src/cpu/amd/car/copy_and_run.c +++ b/src/cpu/amd/car/copy_and_run.c @@ -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 ( diff --git a/src/cpu/amd/car/post_cache_as_ram.c b/src/cpu/amd/car/post_cache_as_ram.c index d47d552f79..7074f23c5a 100644 --- a/src/cpu/amd/car/post_cache_as_ram.c +++ b/src/cpu/amd/car/post_cache_as_ram.c @@ -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 |