Skip to content
Snippets Groups Projects
Commit e4514051 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Stefano Babic
Browse files

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: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: default avatarBreno Lima <breno.lima@nxp.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 29480898
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_DFU_ENV_SETTINGS \ CONFIG_DFU_ENV_SETTINGS \
"script=boot.scr\0" \ "script=boot.scr\0" \
"script_signed=boot.scr.imx-signed\0" \
"image=zImage\0" \ "image=zImage\0" \
"console=ttymxc0\0" \ "console=ttymxc0\0" \
"ethact=usb_ether\0" \ "ethact=usb_ether\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment