- fix stdout in default environment for apalis_imx6, colibri_imx6
and cm_fx6 boards -----BEGIN PGP SIGNATURE----- iGwEABECACwWIQSC4hxrSoIUVfFO0kRM6ATMmsalXAUCXuvX2Q4cYWd1c3RAZGVu eC5kZQAKCRBM6ATMmsalXKQ9AJ4tL6uvQ0owuKlt5lkf3us6Dp7xwACfSJQrpmvj fv4v4CCCv44oBkqwHtc= =k6d2 -----END PGP SIGNATURE----- Merge tag 'fixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-video - fix stdout in default environment for apalis_imx6, colibri_imx6 and cm_fx6 boards
This commit is contained in:
commit
5c3cd8e2e1
@ -169,7 +169,8 @@
|
||||
BOOTENV \
|
||||
"bootcmd=setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
|
||||
"usb start ; " \
|
||||
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
||||
"setenv stdout serial,vidconsole; " \
|
||||
"setenv stdin serial,usbkbd\0" \
|
||||
"boot_file=zImage\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=enable_wait_mode=off vmalloc=400M\0" \
|
||||
|
@ -49,8 +49,8 @@
|
||||
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
|
||||
"fdtfile=undefined\0" \
|
||||
"stdin=serial,usbkbd\0" \
|
||||
"stdout=serial,vga\0" \
|
||||
"stderr=serial,vga\0" \
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0" \
|
||||
"panel=HDMI\0" \
|
||||
"autoload=no\0" \
|
||||
"uImage=uImage-cm-fx6\0" \
|
||||
|
@ -152,7 +152,8 @@
|
||||
BOOTENV \
|
||||
"bootcmd=setenv fdtfile ${fdt_file}; run distro_bootcmd; " \
|
||||
"usb start ; " \
|
||||
"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
|
||||
"setenv stdout serial,vidconsole; " \
|
||||
"setenv stdin serial,usbkbd\0" \
|
||||
"boot_file=zImage\0" \
|
||||
"console=ttymxc0\0" \
|
||||
"defargs=enable_wait_mode=off galcore.contiguousSize=50331648\0" \
|
||||
|
Loading…
Reference in New Issue
Block a user