Skip to content

Commit

Permalink
AT91 U-boot_env: updated kernel arguments to boot from correct mtdblock
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpernicka committed Apr 5, 2021
1 parent 4910f38 commit d8c7050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/at91/image/boards/ariag25/uboot-env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ at91sam9g25_test=test -n $cpu && test $cpu = AT91SAM9G25 && setenv board_name sa
at91sam9g35_test=test -n $cpu && test $cpu = AT91SAM9G35 && setenv board_name sam9g35
at91sam9x25_test=test -n $cpu && test $cpu = AT91SAM9X25 && setenv board_name sam9x25
at91sam9x35_test=test -n $cpu && test $cpu = AT91SAM9X35 && setenv board_name sam9x35
bootargs=console=ttyS0,115200 root=LABEL=rootfs rw rootwait
bootargs=console=ttyS0,115200 root=/dev/mtdblock4
bootcmd=run at91_test_cpu; run bootcmd_boot;
bootcmd_boot=sf probe; sf read $loadaddr 0xa8000 0x370000; bootm $loadaddr
bootdelay=1
Expand Down

0 comments on commit d8c7050

Please sign in to comment.