summaryrefslogtreecommitdiff
path: root/include/configs/warp7.h
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2018-04-24 18:46:43 +0100
committerStefano Babic <sbabic@denx.de>2018-04-26 08:53:22 +0200
commite4514051fca3a89850d7e62c29dff4e1194d225d (patch)
tree6eef9d405c38451ca724068032cb1fe889fbc54a /include/configs/warp7.h
parent2948089815437232aab9eff54d0abdc2949a22ae (diff)
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 <bryan.odonoghue@linaro.org> Tested-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include/configs/warp7.h')
-rw-r--r--include/configs/warp7.h1
1 files changed, 1 insertions, 0 deletions
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" \