summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-03-05 10:27:58 -0600
committerPatrick Williams <iawillia@us.ibm.com>2011-03-05 10:58:21 -0600
commitee7fcf307d92f5ac77847394e718b10d231004e6 (patch)
tree3ee6a05e2fb5b93c75886188d215b939626b7603 /src/kernel
parent706243ac48cf646d503a3f1ec9e6a28c916694bd (diff)
downloadtalos-hostboot-ee7fcf307d92f5ac77847394e718b10d231004e6.tar.gz
talos-hostboot-ee7fcf307d92f5ac77847394e718b10d231004e6.zip
Remove invalid memory access in hbi init.
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/kernel.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/kernel.C b/src/kernel/kernel.C
index 2148f10b1..dc073631e 100644
--- a/src/kernel/kernel.C
+++ b/src/kernel/kernel.C
@@ -32,7 +32,7 @@ class Kernel
extern "C"
int main()
{
- printk("Booting %s kernel...\n\n", "Chenoo");
+ printk("Booting %s kernel...\n\n", "HBI");
Kernel& kernel = Singleton<Kernel>::instance();
kernel.cppBootstrap();
OpenPOWER on IntegriCloud