OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | fdtaddr=0x8f000000 |
2 | loadaddr=0x81000000 |
||
3 | fdt_high=0xffffffffffffffff |
||
4 | initrd_high=0xffffffffffffffff |
||
5 | hwconfig=fsl_ddr:bank_intlv=auto |
||
6 | sd_boot=mmc read $fdtaddr 7800 800;mmc read $loadaddr 8000 8000;bootm $loadaddr - $fdtaddr |
||
7 | bootargs=root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 noinitrd earlycon=uart8250,mmio,0x21c0500 console=ttyS0,115200 |
||
8 | bootcmd=echo starting openwrt ...;run sd_boot |
||
9 | bootdelay=3 |