Skip to content

Commit

Permalink
[DEFCONFIG\TOOLS] rm indent for identifaction str
Browse files Browse the repository at this point in the history
+condition usage of miyoo.bmp logo
  • Loading branch information
Apaczer committed Dec 28, 2023
1 parent f10f048 commit 6c11efd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/arm/lib/bootm.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ static void announce_and_cleanup(int fake)
printf("Console variant: %s\n", console_variant);
char *console_video = env_get("CONSOLE_VIDEO");
if (console_video) {
printf("Console video: %s", console_video);
}
printf("Console video: %s", console_video);
}
#endif
printf("\nStarting kernel ...%s", fake ?
"(fake run for tracing)" : "");
Expand Down
2 changes: 1 addition & 1 deletion configs/miyoo_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_SUNXI=y
CONFIG_SYS_TEXT_BASE=0x81700000
CONFIG_SPL=y
CONFIG_IDENT_STRING=" Miyoo CFW 2.0"
CONFIG_IDENT_STRING="Miyoo CFW 2.0"
CONFIG_MACH_SUNIV=y
CONFIG_DRAM_CLK=174
CONFIG_DRAM_ZQ=0
Expand Down
4 changes: 4 additions & 0 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,11 @@ LOGO-$(CONFIG_VIDEO_LOGO) += $(LOGO_DATA_H)

# Generic logo
ifeq ($(LOGO_BMP),)
ifeq ($(CONFIG_VIDEO_SUNXI),y)
LOGO_BMP= $(srctree)/$(src)/logos/miyoo.bmp
else
LOGO_BMP= $(srctree)/$(src)/logos/denx.bmp
endif

# Use board logo and fallback to vendor
ifneq ($(wildcard $(srctree)/$(src)/logos/$(BOARD).bmp),)
Expand Down

0 comments on commit 6c11efd

Please sign in to comment.