uboot: filesize varible is set by fatload, no need to do it in the script

This commit is contained in:
2014-04-06 15:38:55 +02:00
parent eeba344aa2
commit c31383762a
2 changed files with 9 additions and 4 deletions

View File

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