Skip to content

Commit

Permalink
Merge branch 'main' into fix_simplify_speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolteno authored Dec 21, 2022
2 parents aacd421 + a77903b commit 7c5b446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bootscr_lichee_rv_86.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Loading kernel from mmc 0:1 to address ${kernel_addr_r}"
load mmc 0:1 ${kernel_addr_r} Image.gz
setenv bootargs "earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 cma=96M"
setenv bootargs "earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait cma=96M"
setenv kernel_comp_addr_r 0x44000000
setenv kernel_comp_size 0xb000000
echo "Booting kernel with bootargs as $bootargs; and fdtcontroladdr is $fdtcontroladdr"
Expand Down
2 changes: 1 addition & 1 deletion config/bootscr_lichee_rv_dock.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Loading kernel from mmc 0:1 to address ${kernel_addr_r}"
load mmc 0:1 ${kernel_addr_r} Image.gz
setenv bootargs "earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 cma=96M"
setenv bootargs "earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait cma=96M"
setenv kernel_comp_addr_r 0x44000000
setenv kernel_comp_size 0xb000000
echo "Booting kernel with bootargs as $bootargs; and fdtcontroladdr is $fdtcontroladdr"
Expand Down

0 comments on commit 7c5b446

Please sign in to comment.