X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fzeus%2Fupdate.c;h=141f14b2b0911c000de5b64a5aec0203fb53fcd3;hb=578f35a338ea45b425f734a7772a49ffd796c6bb;hp=ce1f34fee2b968534d1726d665890f28c150f01b;hpb=2fb2604d5c20beb061b0a94282b7f6eb14d00cb8;p=u-boot diff --git a/board/zeus/update.c b/board/zeus/update.c index ce1f34fee2..141f14b2b0 100644 --- a/board/zeus/update.c +++ b/board/zeus/update.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #if defined(CONFIG_ZEUS) @@ -91,7 +91,7 @@ static int update_boot_eeprom(void) return 0; } -int do_update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char* argv[]) +int do_update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char * const argv[]) { return update_boot_eeprom(); } @@ -99,7 +99,7 @@ int do_update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char* argv[]) U_BOOT_CMD ( update_boot_eeprom, 1, 1, do_update_boot_eeprom, "update boot eeprom content", - NULL + "" ); #endif