roundshot

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

commit abd4c4537895277713036bf1bcf1ce275a87e683
parent 73873d7c770647fac95a34348dc9be8fde208b10
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 21 Dec 2017 13:52:36 +0100

Give 10M space for each u-boot file load.

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

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