From: Bryan O'Donoghue Date: Tue, 24 Apr 2018 17:46:43 +0000 (+0100) Subject: warp7: Define the name of a signed boot-script file X-Git-Tag: v2018.05-rc3~1^2~18 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=e4514051fca3a89850d7e62c29dff4e1194d225d warp7: Define the name of a signed boot-script file We need to know the name of a signed boot-script, its better to have a separate variable for this then to simply append some fixed string to an existing image name. Signed-off-by: Bryan O'Donoghue Tested-by: Breno Lima Reviewed-by: Fabio Estevam --- diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 54b3b31608..0ed95d820c 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -33,6 +33,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_DFU_ENV_SETTINGS \ "script=boot.scr\0" \ + "script_signed=boot.scr.imx-signed\0" \ "image=zImage\0" \ "console=ttymxc0\0" \ "ethact=usb_ether\0" \