mx6sabresd: convert to DM_VIDEO
[oweals/u-boot.git] / cmd / efidebug.c
index 5072a7b39bc0cc620a21f6b9fd17a784ee88f8db..db96682c5a4ca9e0416643b83396aa88d13074a8 100644 (file)
@@ -491,7 +491,7 @@ static int do_efi_boot_add(cmd_tbl_t *cmdtp, int flag,
 
        id = (int)simple_strtoul(argv[1], &endp, 16);
        if (*endp != '\0' || id > 0xffff)
-               return CMD_RET_FAILURE;
+               return CMD_RET_USAGE;
 
        sprintf(var_name, "Boot%04X", id);
        p = var_name16;