[U-Boot] [PATCH 1/1] imx6: wandboard: allow booting from MMC 2

One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a boot device.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- include/configs/wandboard.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 2e6262f0f4..bdcd5e9db3 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -110,6 +110,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ + func(MMC, mmc, 2) \ func(SATA, sata, 0) \ func(USB, usb, 0) \ func(PXE, pxe, na) \ -- 2.20.1

Hi Heinrich,
On Sun, Jun 23, 2019 at 4:55 AM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a boot device.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Reviewed-by: Fabio Estevam festevam@gmail.com
Also, I have sent a series that fixes the boot on imx6q/qp wandboard
https://www.mail-archive.com/u-boot@lists.denx.de/msg329952.html
Thanks

On Sun, 23 Jun 2019 at 07:33, Fabio Estevam festevam@gmail.com wrote:
Hi Heinrich,
On Sun, Jun 23, 2019 at 4:55 AM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a boot device.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Reviewed-by: Fabio Estevam festevam@gmail.com
Applied to u-boot-dm/next, thanks!
Also, I have sent a series that fixes the boot on imx6q/qp wandboard
https://www.mail-archive.com/u-boot@lists.denx.de/msg329952.html
Thanks _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

On 6/28/19 3:55 PM, Simon Glass wrote:
On Sun, 23 Jun 2019 at 07:33, Fabio Estevam festevam@gmail.com wrote:
Hi Heinrich,
On Sun, Jun 23, 2019 at 4:55 AM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a boot device.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Reviewed-by: Fabio Estevam festevam@gmail.com
Applied to u-boot-dm/next, thanks!
Thanks, Simon.
I am not sure if 'next' relates to v2019.07 or to v2019.10.
I hope this patch will make it into v2019.07. Otherwise the Wandboard will be broken.
Regards
Heinrich

Hi Heinrich
On Fri, 28 Jun 2019 at 09:23, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
On 6/28/19 3:55 PM, Simon Glass wrote:
On Sun, 23 Jun 2019 at 07:33, Fabio Estevam festevam@gmail.com wrote:
Hi Heinrich,
On Sun, Jun 23, 2019 at 4:55 AM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
One of the SD-CARD slots on the Wandboard Quad B1 is MMC 2. Enable it as a boot device.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Reviewed-by: Fabio Estevam festevam@gmail.com
Applied to u-boot-dm/next, thanks!
Thanks, Simon.
I am not sure if 'next' relates to v2019.07 or to v2019.10.
I hope this patch will make it into v2019.07. Otherwise the Wandboard will be broken.
I use -next to mean next release, not the current one (which is master).
I've applied this to master also.
Applied to u-boot-dm, thanks!
Regards, Simon
participants (3)
-
Fabio Estevam
-
Heinrich Schuchardt
-
Simon Glass