summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-11-30 14:31:15 +0000
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2017-11-30 14:45:20 +0000
commit099f462ab03bf5908045789c4824dcd563b91a3b (patch)
treefa7b9c82f1e70053b7d39c52ac3317537c86f32f
parent9d0cacf402425e29a316b09610be2debbf38dc6c (diff)
warp7: subtract BOOTPATH prefix from signed boot.scrlinaro-20171130-001
commit 9d0cacf40242 ("warp7.h: Modify script environment variable") subtracts the BOOTPATH prefix from boot.scr because boot.scr is located on a standalone initial partition. This patch similarly subtracts the BOOTPATH prefix for the signed version of boot.scr -> boot.scr.imx-signed. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--include/configs/warp7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h
index 06b290e4a1..a81e6b30ea 100644
--- a/include/configs/warp7.h
+++ b/include/configs/warp7.h
@@ -57,7 +57,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_DFU_ENV_SETTINGS \
"script=boot.scr\0" \
- "script_signed=" BOOTPATH "boot.scr.imx-signed\0" \
+ "script_signed=boot.scr.imx-signed\0" \
"image=" BOOTPATH "zImage\0" \
"image_signed=" BOOTPATH "zImage.imx-signed\0" \
"console=ttymxc0\0" \