add uboot script

This commit is contained in:
Benjamin Krill 2014-04-06 15:23:58 +02:00
parent d39530c29c
commit eeba344aa2
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
setenv fpgasize %FPGA_RBF_SIZE%;
fatload mmc 0:1 $fpgadata socfpga.rbf;
fpga load 0 $fpgadata $filesize;
run bridge_enable_handoff;
run mmcload;
run mmcboot;