From c12cb10251862fa807776bdc9bde957fafe8fd47 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 Subject: [PATCH] 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 --- include/configs/wandboard.h | 4 ++++ 1 file changed, 4 insertions(+) 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 " \ -- 2.30.2