Skip to content
Permalink
Browse files
Use menu.rbf from FAT partition as a starting core.
  • Loading branch information
sorgelig committed Apr 14, 2017
1 parent 652f758 commit 64e482586bc6071c429ecf517e4ff37daf5e20e9
Showing with 3 additions and 3 deletions.
  1. +1 −1 fs/fat/ffconf.h
  2. +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;" \

0 comments on commit 64e4825

Please sign in to comment.