mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Revert "soc: qcom: boot_stats: Add display boot KPI"
This reverts commit 61d8f5d55089f630f2386b62fc327054c893dc96. Change-Id: I361bec080d51245973936999af1ddf5cf80851a6 Signed-off-by: Chetan C R <cchinnad@codeaurora.org>
This commit is contained in:
parent
61b4173928
commit
df9b7aad1a
@ -73,8 +73,6 @@ static void print_boot_stats(void)
|
||||
readl_relaxed(&boot_stats->bootloader_start));
|
||||
pr_info("KPI: Bootloader end count = %u\n",
|
||||
readl_relaxed(&boot_stats->bootloader_end));
|
||||
pr_info("KPI: Bootloader display count = %u\n",
|
||||
readl_relaxed(&boot_stats->bootloader_display));
|
||||
pr_info("KPI: Bootloader load kernel count = %u\n",
|
||||
readl_relaxed(&boot_stats->bootloader_load_kernel));
|
||||
pr_info("KPI: Kernel MPM timestamp = %u\n",
|
||||
|
@ -19,7 +19,6 @@ struct boot_stats {
|
||||
uint32_t bootloader_start;
|
||||
uint32_t bootloader_end;
|
||||
uint32_t kernel_entry;
|
||||
uint32_t bootloader_display;
|
||||
uint32_t bootloader_load_kernel;
|
||||
uint32_t load_kernel_start;
|
||||
uint32_t load_kernel_done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user