roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit e0d6a945d13e3f8bc121f1bdab45ef537ecd781d
parent a423aff09320fc757e287621b115762a3bc963ca
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 15 Jan 2018 20:27:17 +0100

Fix typo in boot.txt

Diffstat:
Mmisc/boot.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/boot.txt b/misc/boot.txt @@ -1,5 +1,5 @@ setenv bootargs console=ttyS0,115200 root=/dev/ram0 rootwait panic=10 storage=/dev/mmcblk0p2 ${extra} load mmc 0:1 0x43000000 ${fdtfile} load mmc 0:1 0x42000000 zImage -load mmc 0:1 0x43500000 initramfs.cpio.bz2.img +load mmc 0:1 0x44000000 initramfs.cpio.bz2.img bootz 0x42000000 0x44000000 0x43000000