Skip to content

Commit

Permalink
[u-boot] uenvcmd -> bootcmd to make things like bootdelay work, fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jun 6, 2020
1 parent d3cfba6 commit bf0b64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/axiom-beta/uEnv.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bootargs=console=ttyPS0,115200n8 root=PARTUUID=f37043ff-02 rw rootfstype=ext4 rootwait systemd.log_level=warning loglevel=7 systemd.log_target=console kernel.sysrq=1 init=/usr/lib/systemd/systemd sdhci.debug_quirks=64 kernel.sysrq=1 audit=0
uenvcmd=fatload mmc 0 0x3000000 zImage; fatload mmc 0 0x2A00000 devicetree.dtb;fdt addr 0x2A00000; fdt resize; fdt rsvmem add 0x18000000 0x08000000; fdt rsvmem print; fdt print /chosen bootargs; bootz 0x3000000 - 0x2A00000
bootcmd=fatload mmc 0 0x3000000 zImage; fatload mmc 0 0x2A00000 devicetree.dtb;fdt addr 0x2A00000; fdt resize; fdt rsvmem add 0x18000000 0x08000000; fdt rsvmem print; fdt print /chosen bootargs; bootz 0x3000000 - 0x2A00000
ethaddr=00:0a:35:00:01:31
bootdelay=0

0 comments on commit bf0b64d

Please sign in to comment.