diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-01-20 19:17:11 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-01-20 19:17:11 +0000 |
commit | fc2e8edc238b54e25aa0b69b19bfbf2fde2c7f9a (patch) | |
tree | 3a1021932140a5feee4941514dbeeb0f80286f26 /src/arch/ppc | |
parent | 90308bb752d2ae64a763d9eed2a324202a634895 (diff) |
Trivial stuff:
* fix a warning that should not be one.
* fix capitalization typo
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3873 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc')
-rw-r--r-- | src/arch/ppc/lib/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/lib/cpu.c b/src/arch/ppc/lib/cpu.c index 3b6a256908..95840c0cca 100644 --- a/src/arch/ppc/lib/cpu.c +++ b/src/arch/ppc/lib/cpu.c @@ -64,6 +64,6 @@ void cpu_initialize(void) #endif /* Turn on caching if we haven't already */ - printk_info("CPU #%d Initialized\n", info->index); + printk_info("CPU #%d initialized\n", info->index); return; } |