diff options
| author | Atish Patra <[email protected]> | 2021-07-10 09:18:08 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2021-07-11 10:19:48 +0530 |
| commit | fd9116bd46e59ef8fbeaa147bb102527635615ba (patch) | |
| tree | 10809f3312bf5c6e1add7c5275b3c3520bc28f22 /lib | |
| parent | 41ae63cd0a75474ce380a944d5b4f1fb9b6fd2e0 (diff) | |
lib: sbi: Remove redundant boot time print statement
This patch removes redundant print from sbi_boot_print_hart().
Reviewed-by: Anup Patel <[email protected]>
Signed-off-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sbi/sbi_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sbi/sbi_init.c b/lib/sbi/sbi_init.c index e396d95d..30747776 100644 --- a/lib/sbi/sbi_init.c +++ b/lib/sbi/sbi_init.c @@ -137,8 +137,6 @@ static void sbi_boot_print_hart(struct sbi_scratch *scratch, u32 hartid) sbi_hart_pmp_addrbits(scratch)); sbi_printf("Boot HART MHPM Count : %d\n", sbi_hart_mhpm_count(scratch)); - sbi_printf("Boot HART MHPM Count : %d\n", - sbi_hart_mhpm_count(scratch)); sbi_hart_delegation_dump(scratch, "Boot HART ", " "); } |
