hw25: change defaultconsole to ttyS0

This commit is contained in:
Rene Straub 2020-10-20 07:27:45 +02:00
parent 1de7ebd031
commit 55332e5582
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ int eth_phy_timeout(void);
"bootm_size=" BOOTM_SIZE "\0" \
\
/* Misc */ \
"defaultconsole=ttyS1\0" \
"defaultconsole=ttyS0\0" \
"fdt_skip_update=yes\0" \
"bootdelay=0\0" \
\