Skip to content

Commit

Permalink
Merge pull request #11 from brain-hackers/fix-font
Browse files Browse the repository at this point in the history
sharp: specify 6x11
  • Loading branch information
puhitaku committed Mar 22, 2021
2 parents 320491a + 474bdfb commit 6390f0e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion include/configs/pwg5300.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh1.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh2.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh3.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh4.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh5.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh6.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down
2 changes: 1 addition & 1 deletion include/configs/pwsh7.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk1p2 rw rootwait\0" \
"mmcargs=setenv bootargs console=${console_mainline},${baudrate} console=tty1 " \
"root=${mmcroot}\0" \
"root=${mmcroot} fbcon=font:ProFont6x11\0" \
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"mmcboot=echo Booting from mmc ...; " \
Expand Down

0 comments on commit 6390f0e

Please sign in to comment.