Merge "ipq5332: update kernel and roots info"

This commit is contained in:
Linux Build Service Account 2023-01-24 11:58:17 -08:00 committed by Gerrit - the friendly Code Review server
commit aaa3325003
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[256]; /* 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