mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
V1.0.5
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user