mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
Merge and rename u-boot patch directories
This commit is contained in:
parent
82dbcf0a5d
commit
dddf228325
70 changed files with 28 additions and 4907 deletions
15
patch/u-boot/u-boot-odroidc1/ext4-boot-improvements.patch
Normal file
15
patch/u-boot/u-boot-odroidc1/ext4-boot-improvements.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
diff --git a/board/hardkernel/odroidc/cfgload.c b/board/hardkernel/odroidc/cfgload.c
|
||||
index cbe1871..36c06e3 100644
|
||||
--- a/board/hardkernel/odroidc/cfgload.c
|
||||
+++ b/board/hardkernel/odroidc/cfgload.c
|
||||
@@ -33,8 +33,8 @@ static char *load_cmd =
|
||||
" then echo Loading boot.ini from mmc0:1 (vfat);"
|
||||
" else if ext4load mmc 0:1 $loadaddr /boot/boot.ini;"
|
||||
" then echo Loading boot.ini from mmc0:1 (ext4);"
|
||||
- " else if ext4load mmc 0:2 $loadaddr /boot/boot.ini;"
|
||||
- " then echo Loading boot.init from mmc0:2 (ext4);"
|
||||
+ " else if ext4load mmc 0:1 $loadaddr boot.ini;"
|
||||
+ " then echo Loading boot.ini from mmc0:1 (ext4);"
|
||||
" fi;fi;fi";
|
||||
|
||||
int do_fat_cfgload(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
|
Loading…
Add table
Add a link
Reference in a new issue