]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cmd/bootefi.c
ARM: tegra: fix clock_get_periph_rate() for UART clocks
[karo-tx-uboot.git] / cmd / bootefi.c
index b52ba9cf219738ac461e9c36048076f2d4a86b87..21fe42c2cb8e7e2e49f7e0ecd0dc5c1ae196ea72 100644 (file)
@@ -226,7 +226,7 @@ static int do_bootefi(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        int r = 0;
 
        if (argc < 2)
-               return 1;
+               return CMD_RET_USAGE;
        saddr = argv[1];
 
        addr = simple_strtoul(saddr, NULL, 16);