aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2012-04-25 19:21:33 +0200
committerThomas Huth <thuth@linux.vnet.ibm.com>2012-04-25 19:21:33 +0200
commit5d9ba900d23f7e45db950cc883de36c07e912b7e (patch)
treedf96f0b6c00e33c016b4b43849433c1431bd205d
parent157c5614057f203b104c80f51deb946fac456424 (diff)
downloadSLOF-5d9ba900d23f7e45db950cc883de36c07e912b7e.zip
SLOF-5d9ba900d23f7e45db950cc883de36c07e912b7e.tar.gz
SLOF-5d9ba900d23f7e45db950cc883de36c07e912b7e.tar.bz2
Fixed typo
-rw-r--r--board-qemu/llfw/stage2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board-qemu/llfw/stage2.c b/board-qemu/llfw/stage2.c
index 184bc05..54f2b8d 100644
--- a/board-qemu/llfw/stage2.c
+++ b/board-qemu/llfw/stage2.c
@@ -120,7 +120,7 @@ void early_c_entry(uint64_t start_addr, uint64_t fdt_addr)
int rc;
if (fdt_addr == 0) {
- puts("ERROR: Flatten device tree available!");
+ puts("ERROR: Flatten device tree not available!");
}
/* Hack: Determine base for "ROM filesystem" in memory...