forked from pool/u-boot
24 lines
1.2 KiB
Diff
24 lines
1.2 KiB
Diff
|
Index: u-boot-2016.03-rc2/include/config_distro_bootcmd.h
|
||
|
===================================================================
|
||
|
--- u-boot-2016.03-rc2.orig/include/config_distro_bootcmd.h
|
||
|
+++ u-boot-2016.03-rc2/include/config_distro_bootcmd.h
|
||
|
@@ -106,15 +106,15 @@
|
||
|
"bootefi ${kernel_addr_r}\0" \
|
||
|
\
|
||
|
"load_efi_dtb=" \
|
||
|
- "load ${devtype} ${devnum}:${distro_bootpart} " \
|
||
|
+ "load ${devtype} ${devnum}:2 " \
|
||
|
"${fdt_addr_r} ${prefix}${fdtfile}; " \
|
||
|
"fdt addr ${fdt_addr_r}\0" \
|
||
|
\
|
||
|
- "efi_dtb_prefixes=/ /dtb/ /dtb/current/\0" \
|
||
|
+ "efi_dtb_prefixes=/ /dtb/ /dtb/current/ /boot/ /boot/dtb/ /boot/dtb/current/\0" \
|
||
|
"scan_dev_for_efi=" \
|
||
|
"for prefix in ${efi_dtb_prefixes}; do " \
|
||
|
"if test -e ${devtype} " \
|
||
|
- "${devnum}:${distro_bootpart} " \
|
||
|
+ "${devnum}:2 " \
|
||
|
"${prefix}${fdtfile}; then " \
|
||
|
"run load_efi_dtb; " \
|
||
|
"fi;" \
|