Asami Doi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31939
Change subject: Remove unused a brace. ......................................................................
Remove unused a brace.
Change-Id: Id8667f1e993b2498b87254205f6a43b47edb0407 Signed-off-by: Asami Doi d0iasm.pub@gmail.com --- M src/arch/mips/bootblock_simple.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/31939/1
diff --git a/src/arch/mips/bootblock_simple.c b/src/arch/mips/bootblock_simple.c index 367dd6c..84029eb 100644 --- a/src/arch/mips/bootblock_simple.c +++ b/src/arch/mips/bootblock_simple.c @@ -32,7 +32,7 @@
bootblock_mmu_init();
- if (init_extra_hardware()) { + if (init_extra_hardware()) printk(BIOS_ERR, "bootblock_simple: failed to init HW.\n"); else run_romstage();