lib: sbi: move sbi_boot_print_general()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 6 Nov 2021 09:54:49 +0000 (10:54 +0100)
committerAnup Patel <anup@brainfault.org>
Mon, 8 Nov 2021 05:09:31 +0000 (10:39 +0530)
commit2fe2f55d5050aac546d35616f2944f889a9c8d6e
tree0b030c44fddd36ea3bb7a98d18148cfe4fe76f62
parent0979ffda12b636fab58228c2b40bab1e2f6b327b
lib: sbi: move sbi_boot_print_general()

Moving the sbi_boot_print_general() call after the
sbi_platform_final_init() call allows to print devices initialized in the
latter.

To keep the overall print sequence the same also move
sbi_boot_print_domains().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
lib/sbi/sbi_init.c