sandbox: Add a way to specify the sandbox executable
[platform/kernel/u-boot.git] / boot / bootm.c
index 5b20b41..a4c0870 100644 (file)
@@ -790,7 +790,7 @@ int do_bootm_states(struct cmd_tbl *cmdtp, int flag, int argc,
 
        /* Check for unsupported subcommand. */
        if (ret) {
-               puts("subcommand not supported\n");
+               printf("subcommand failed (err=%d)\n", ret);
                return ret;
        }