Commit e5736fd0 authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

usb-boot: ramboot script without uimage header

parent 1b3efe41
# U-boot RAM boot script
ramdisk=
if iminfo 0x4c000000; then
ramdisk=0x4c000000
fi
setenv bootargs console=ttyS0,115200 rdinit=/sbin/init panic=10
bootm 0x44000000 $ramdisk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment