From 8eb4c688ab4eff4df3951164048d33325fb298ef Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Thu, 29 Oct 2020 16:18:18 +0200 Subject: apalis-imx8x: force to use load_cmd instead of hardcoded mmc Use $load_cmd for hdpload command, which is set by distro_bootcmd. As "run $setup" is invoked only by our distroboot script, this save to do that. Signed-off-by: Igor Opaniuk --- include/configs/apalis-imx8x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/apalis-imx8x.h b/include/configs/apalis-imx8x.h index 6c2609b486..faba74c9e6 100644 --- a/include/configs/apalis-imx8x.h +++ b/include/configs/apalis-imx8x.h @@ -59,7 +59,7 @@ /* Boot M4 */ #define M4_BOOT_ENV \ "m4_0_image=m4_0.bin\0" \ - "loadm4image_0=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} " \ + "loadm4image_0=${load_cmd} ${loadaddr} " \ "${m4_0_image}\0" \ "m4boot_0=run loadm4image_0; dcache flush; bootaux ${loadaddr} 0\0" \ -- cgit v1.2.3