mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq5332: update kernel and roots info"
This commit is contained in:
commit
aaa3325003
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[256]; /* 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