This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -29,14 +29,13 @@ void boot_app(void *app)
return;
#ifndef LPKG_USING_FDTLIB
ep = image_get_entry_point(app);
if (!ep) {
printf("Entry point is null.\n");
while(1)
continue;
}
#else
ep = app;
#endif
if (!ep) {
printf("Entry point is null, Run APP failure.\n");
return;
}
boot_time_trace("Run APP");
boot_time_show();
dev = aic_get_boot_device();