ipq5332: update kernel and roots info

After mibib reload kernel and rootfs info have to be reloaded using
get_kernel_fs_part_details function otherwise partitions
will be marked as bad offset

Change-Id: I9a0ec847b65ff10ec7b54b65929efd034a25d278
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
Timple Raj M 2023-01-23 19:28:38 +05:30
parent f3b375939f
commit 781bc31f61
2 changed files with 3 additions and 0 deletions

View file

@ -124,6 +124,7 @@ int is_secondary_core_off(unsigned int cpuid);
int smem_read_cpu_count(void);
int get_soc_hw_version(void);
int is_atf_enabled(void);
void get_kernel_fs_part_details(void);
struct dumpinfo_t{
char name[16]; /* use only file name in 8.3 format */

View file

@ -496,6 +496,8 @@ char * const argv[])
return CMD_RET_FAILURE;
}
get_kernel_fs_part_details();
return CMD_RET_SUCCESS;
}
#endif