Skip to content

Commit

Permalink
correct indendt
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Dec 27, 2023
1 parent 1f87288 commit 37448f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/cpu/arm926ejs/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int cleanup_before_linux (void)
/* turn off video backend */
mdelay(50);
struct sunxi_lcdc_reg * const lcdc =
(struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE;
(struct sunxi_lcdc_reg *)SUNXI_LCD0_BASE;
writel(0, &lcdc->tcon0_cpu_intf);

return 0;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/lib/bootm.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ static void announce_and_cleanup(int fake)
printf("Console variant: %s\n", console_variant);
char *console_video = env_get("CONSOLE_VIDEO");
if (console_variant) {
printf("Console video: %s", console_video);
}
printf("Console video: %s", console_video);
}
printf("\nStarting kernel ...%s", fake ?
"(fake run for tracing)" : "");
/*
Expand Down

0 comments on commit 37448f7

Please sign in to comment.