[PATCH 2/2] uimage: Fix error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
---
 commands/bootm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commands/bootm.c b/commands/bootm.c
index c23f4f3..e96665a 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -324,7 +324,7 @@ static int do_bootm(struct command *cmdtp, int argc, char *argv[])
 	if (os_type == filetype_uimage) {
 		ret = bootm_open_os_uimage(&data);
 		if (ret) {
-			printf("loading initrd failed with %s\n",
+			printf("loading os image failed with %s\n",
 					strerror(-ret));
 			goto err_out;
 		}
-- 
1.7.9


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox


[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux