mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-19 20:58:59 +00:00
Merge branch 'master' of https://github.com/igorpecovnik/lib
This commit is contained in:
commit
8cd0b5a538
17 changed files with 33894 additions and 3 deletions
2180
patch/kernel/cubox-default/patch-3.14.61-62.patch
Normal file
2180
patch/kernel/cubox-default/patch-3.14.61-62.patch
Normal file
File diff suppressed because it is too large
Load diff
4346
patch/kernel/cubox-default/patch-3.14.62-63.patch
Normal file
4346
patch/kernel/cubox-default/patch-3.14.62-63.patch
Normal file
File diff suppressed because it is too large
Load diff
2736
patch/kernel/cubox-default/patch-3.14.63-64.patch
Normal file
2736
patch/kernel/cubox-default/patch-3.14.63-64.patch
Normal file
File diff suppressed because it is too large
Load diff
1518
patch/kernel/cubox-default/patch-3.14.64-65.patch
Normal file
1518
patch/kernel/cubox-default/patch-3.14.64-65.patch
Normal file
File diff suppressed because it is too large
Load diff
2341
patch/kernel/marvell-default/patch-3.10.96-97.patch
Normal file
2341
patch/kernel/marvell-default/patch-3.10.96-97.patch
Normal file
File diff suppressed because it is too large
Load diff
1792
patch/kernel/marvell-default/patch-3.10.97-98.patch
Normal file
1792
patch/kernel/marvell-default/patch-3.10.97-98.patch
Normal file
File diff suppressed because it is too large
Load diff
2573
patch/kernel/marvell-default/patch-3.10.98-99.patch
Normal file
2573
patch/kernel/marvell-default/patch-3.10.98-99.patch
Normal file
File diff suppressed because it is too large
Load diff
1156
patch/kernel/marvell-default/patch-3.10.99-100.patch
Normal file
1156
patch/kernel/marvell-default/patch-3.10.99-100.patch
Normal file
File diff suppressed because it is too large
Load diff
1493
patch/kernel/marvell-default/rpatch-3.10.100-101.patch
Normal file
1493
patch/kernel/marvell-default/rpatch-3.10.100-101.patch
Normal file
File diff suppressed because it is too large
Load diff
2749
patch/kernel/neo-default/patch-3.14.63-64.patch
Normal file
2749
patch/kernel/neo-default/patch-3.14.63-64.patch
Normal file
File diff suppressed because it is too large
Load diff
1518
patch/kernel/neo-default/patch-3.14.64-65.patch
Normal file
1518
patch/kernel/neo-default/patch-3.14.64-65.patch
Normal file
File diff suppressed because it is too large
Load diff
2573
patch/kernel/odroidxu4-default/patch-3.10.98-99.patch
Normal file
2573
patch/kernel/odroidxu4-default/patch-3.10.98-99.patch
Normal file
File diff suppressed because it is too large
Load diff
1156
patch/kernel/odroidxu4-default/patch-3.10.99-100.patch
Normal file
1156
patch/kernel/odroidxu4-default/patch-3.10.99-100.patch
Normal file
File diff suppressed because it is too large
Load diff
1493
patch/kernel/odroidxu4-default/rpatch-3.10.100-101.patch
Normal file
1493
patch/kernel/odroidxu4-default/rpatch-3.10.100-101.patch
Normal file
File diff suppressed because it is too large
Load diff
2749
patch/kernel/udoo-default/patch-3.14.63-64.patch
Normal file
2749
patch/kernel/udoo-default/patch-3.14.63-64.patch
Normal file
File diff suppressed because it is too large
Load diff
1518
patch/kernel/udoo-default/patch-3.14.64-65.patch
Normal file
1518
patch/kernel/udoo-default/patch-3.14.64-65.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -18,11 +18,11 @@ diff --git a/include/configs/udoo_qdl.h b/include/configs/udoo_qdl.h
|
|||
"mmcargs=setenv bootargs console=${console},${baudrate} ${video} ${memory} " \
|
||||
"root=${mmcroot}\0" \
|
||||
"loadbootscript=" \
|
||||
- "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
|
||||
- "fatload " UBOOT_DEVICE " ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
|
||||
+ "run scan_dev_for_boot;\0" \
|
||||
"bootscript=echo Running bootscript from mmc ...; " \
|
||||
- "env import -t ${loadaddr} ${filesize};\0" \
|
||||
+ "source\0" \
|
||||
"loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
|
||||
"loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
|
||||
"loadimage=fatload " UBOOT_DEVICE " ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
|
||||
"loadfdt=fatload " UBOOT_DEVICE " ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
|
||||
"mmcboot=echo Booting from mmc ...; " \
|
Loading…
Add table
Add a link
Reference in a new issue