From: Alejandro Benete Date: Mon, 12 Feb 2024 14:32:53 +0000 (+0100) Subject: arm: configs: Load and execute a script prior to booting. X-Git-Tag: rel_imx_v2019.04-somdevices.0-C11P0.0 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=8abfae2881fee47ba3f6b71e599d6239ffb2d0ee;p=u-boot.git arm: configs: Load and execute a script prior to booting. Signed-off-by: Alejandro Benete --- diff --git a/include/configs/imx6ull_somdevices.h b/include/configs/imx6ull_somdevices.h index 9b34f7a728..fb82cc2d7b 100644 --- a/include/configs/imx6ull_somdevices.h +++ b/include/configs/imx6ull_somdevices.h @@ -213,6 +213,8 @@ "fi;\0" \ #define CONFIG_BOOTCOMMAND \ + "load mmc $mmcdev:$mmcpart $loadaddr u-boot.scr;" \ + "source $loadaddr;" \ "run findfdt;" \ "run findtee;" \ "mmc dev ${mmcdev};" \