Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnydhuang committed Mar 19, 2019
2 parents 8b8599b + 7df7fc0 commit e0a3eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/spl/spl_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,12 @@ int spl_mmc_load_image(struct spl_image_info *spl_image,
return err;

break;
#if 0
case MMCSD_MODE_FW_UPDATE:
//STEP 1 : load from slot1 sd all.bin to dram SYS _LOAD ADDR
//STEP 2 : write SYS_LOAD_ADDR size to -> eMMC slot1
break;
#endif
#ifdef CONFIG_SPL_LIBCOMMON_SUPPORT
default:
puts("spl: mmc: wrong boot mode\n");
Expand Down

0 comments on commit e0a3eaf

Please sign in to comment.