Skip to content

Commit

Permalink
Revert "Update all the baud rates to 9600"
Browse files Browse the repository at this point in the history
This reverts commit 34b901b.
  • Loading branch information
devinatkin committed Dec 11, 2024
1 parent 34b901b commit 3bbda5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setenv bootargs console=ttyS0,9600n8 rootwait root=/dev/mtdblock3 rw rootfstype=jffs2
setenv bootargs console=ttyS0,115200n8 rootwait root=/dev/mtdblock3 rw rootfstype=jffs2
sf probe 0
sf read 0x80c00000 0x100000 0x10000
sf read 0x80008000 0x120000 0x400000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG_DRAM_ZQ=0
# CONFIG_VIDEO_SUNXI is not set
CONFIG_SPL_SPI_SUNXI=y
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=tty0 console=ttyS0,9600 rootwait root=/dev/mtdblock3 rw rootfstype=jffs2"
CONFIG_BOOTARGS="console=tty0 console=ttyS0,115200 rootwait root=/dev/mtdblock3 rw rootfstype=jffs2"
CONFIG_BOOTCOMMAND="sf probe 0; sf read ${kernel_addr_r} 0x110000 0x4f0000; sf read ${fdt_addr_r} 0x100000 0x10000; bootz ${kernel_addr_r} - ${fdt_addr_r}"
CONFIG_SPL_SPI_FLASH_MTD=y
CONFIG_SYS_MAXARGS=32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};

chosen {
stdout-path = "serial0:9600n8";
stdout-path = "serial0:115200n8";
};

reg_vcc3v3: vcc3v3 {
Expand Down

0 comments on commit 3bbda5a

Please sign in to comment.