mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
v1.1.1
This commit is contained in:
@@ -67,6 +67,11 @@ void *aic_get_boot_resource(void)
|
||||
return (void *)(boot_params_stash.r.a[1]);
|
||||
}
|
||||
|
||||
void aic_set_boot_resource(void *res_addr)
|
||||
{
|
||||
boot_params_stash.r.a[1] = (u32)(uintptr_t)res_addr;
|
||||
}
|
||||
|
||||
int aic_get_boot_image_id(void)
|
||||
{
|
||||
return get_boot_image_id(boot_params_stash.r.a[0]);
|
||||
|
||||
Reference in New Issue
Block a user