9
0
Fork 0

uimage: Fix error message

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-02-10 21:40:50 +01:00
parent 3733e603fa
commit 238b7b1d99
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}