summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2019-02-19 10:26:49 +0800
committerJun Nie <jun.nie@linaro.org>2019-02-19 10:38:26 +0800
commitf92426e2fd2e63f77ae9fc17c138fdcf254b7544 (patch)
tree7490ae4e09ecee97efd2bd4c7ac5d41144f8fd9c
parent80d412780fee6715d0434b3af6812dedcd4f0c5b (diff)
pico: fall back to hab_failsafe when fitimage fail
fall back to hab_failsafe when fitimage fail for security concern. Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--include/configs/pico-imx7d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
index 4d82fb9e2c..95110df09c 100644
--- a/include/configs/pico-imx7d.h
+++ b/include/configs/pico-imx7d.h
@@ -117,6 +117,7 @@
"run bootscript; " \
"else " \
"echo Fail to load fitImage with boot script;" \
+ "hab_failsafe;" \
"fi; " \
"fi"