X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=board%2Fesd%2Fdu440%2Fdu440.c;fp=board%2Fesd%2Fdu440%2Fdu440.c;h=75fb20079e9b171d59125be9ee24bc7cc04a3928;hb=f47360a74ec05c078960bf6f8c10a7f426c7d11d;hp=426321e7bc22f6f4e7cb9249d1a212c9e2ffcdf9;hpb=79714c1e26229985c2ed9dd5853b55732cb21f2c;p=pandora-u-boot.git diff --git a/board/esd/du440/du440.c b/board/esd/du440/du440.c index 426321e7bc..75fb20079e 100644 --- a/board/esd/du440/du440.c +++ b/board/esd/du440/du440.c @@ -831,7 +831,7 @@ int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) *d = '\0'; start = get_ticks(); - ret = run_command (cmd, 0); + ret = builtin_run_command(cmd, 0); end = get_ticks(); printf("ticks=%ld\n", (ulong)(end - start));