mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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:
parent
f3b375939f
commit
781bc31f61
2 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -496,6 +496,8 @@ char * const argv[])
|
|||
return CMD_RET_FAILURE;
|
||||
}
|
||||
|
||||
get_kernel_fs_part_details();
|
||||
|
||||
return CMD_RET_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue