add uboot script
This commit is contained in:
parent
d39530c29c
commit
eeba344aa2
6
fpga/soc/soc_system_uboot-scr.txt
Normal file
6
fpga/soc/soc_system_uboot-scr.txt
Normal 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;
|
Loading…
Reference in New Issue
Block a user