Rename run_command() to builtin_run_command()
[pandora-u-boot.git] / board / esd / common / auto_update.c
index fc60545..4cc15fa 100644 (file)
@@ -169,7 +169,7 @@ int au_do_update(int i, long sz)
                                k++;
                        }
 
-                       run_command(addr, 0);
+                       builtin_run_command(addr, 0);
                        return 0;
                }