Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use menu.rbf from FAT partition as a starting core.
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+1
−1
fs/fat/ffconf.h
-
+2
−2
include/configs/socfpga_de10_nano.h
|
|
@@ -43,7 +43,7 @@ |
|
|
/* This option switches f_mkfs() function. (0:Disable or 1:Enable) */ |
|
|
|
|
|
|
|
|
#define _USE_FASTSEEK 0 |
|
|
#define _USE_FASTSEEK 1 |
|
|
/* This option switches fast seek function. (0:Disable or 1:Enable) */ |
|
|
|
|
|
|
|
|
|
|
|
@@ -48,8 +48,8 @@ |
|
|
"fdt_addr=100\0" \ |
|
|
"fdtimage=socfpga.dtb\0" \ |
|
|
"fpgadata=0x02000000\0" \ |
|
|
"core=/boot/init.rbf\0" \ |
|
|
"fpgaload=if mt 0xFFD05054 0;then load mmc 0:$mmc_os $fpgadata $core;fpga load 0 $fpgadata $filesize;bridge enable;mw 0xFFD05054 0x12345678;fi\0" \ |
|
|
"core=menu.rbf\0" \ |
|
|
"fpgaload=if mt 0xFFD05054 0;then load mmc 0:$mmc_boot $fpgadata $core;fpga load 0 $fpgadata $filesize;bridge enable;mw 0xFFD05054 0x12345678;fi\0" \ |
|
|
"scrload1=load mmc 0:$mmc_boot $loadaddr u-boot.scr;source $loadaddr\0" \ |
|
|
"scrload2=load mmc 0:$mmc_os $loadaddr u-boot.scr;source $loadaddr\0" \ |
|
|
"scrtest=if test -e mmc 0:$mmc_boot /u-boot.scr;then run scrload1;fi;" \ |
|
|
|