Hi Grant,

> How can I tell u-boot to boot with the ramboot= definition instead of
> mmcboot= ?
> 
> - Grant

You need to change environmental variable bootcmd

setenv bootcmd ramboot
saveenv
run bootcmd

or simpler:

Stop u-boot -> and access prompt

then,

run ramboot

-- 
Best regards,

Lukasz Majewski

Samsung Poland R&D Center | Linux Platform Group
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to