From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: emulate-config_distro_bootcmd-standardization X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c12cb10251862fa807776bdc9bde957fafe8fd47;p=u-boot.git emulate-config_distro_bootcmd-standardization Set additional variables (boot_targets, devtype, devnum, bootpart) to emulate config_distro_bootcmd.h so that the debian-installer bootscript will work. Gbp-Pq: Topic wandboard Gbp-Pq: Name emulate-config_distro_bootcmd-standardization.diff --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 4f8a804c2..3534e336c 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -236,6 +236,10 @@ #define CONFIG_BOOTCOMMAND \ "mmc dev ${mmcdev};" \ + "setenv boot_targets mmc ; " \ + "setenv devtype mmc ; " \ + "setenv devnum ${mmcdev} ; " \ + "setenv bootpart ${mmcpart} ; " \ "if mmc rescan; then " \ "echo SD/MMC found on device ${mmcdev};" \ "if run loadbootenv; then " \