summaryrefslogtreecommitdiff
path: root/recipes-bsp/imx-atf/imx-atf_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-25 15:59:30 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-05-26 09:25:46 +0200
commit3be41c0a042994079bdf1577d6062ac0df46fc0a (patch)
tree8bec63f1f8479258b1b8d333d8a13c4954263ab3 /recipes-bsp/imx-atf/imx-atf_%.bbappend
parent5c9341abde257b9c1f6d3c8b4812437188990d2d (diff)
imx-atf: react with reset to a system reboot
I.e. reset the whole SoC rather than just the AP partition. Related-to: ELB-2702 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_%.bbappend')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
index 5d0247e..08549a8 100644
--- a/recipes-bsp/imx-atf/imx-atf_%.bbappend
+++ b/recipes-bsp/imx-atf/imx-atf_%.bbappend
@@ -5,7 +5,10 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
-SRC_URI_append = " file://0001-imx8m-imx_rdc.c-fix-a-uninitialized-variable.patch"
+SRC_URI_append = " \
+ file://0001-imx8m-imx_rdc.c-fix-a-uninitialized-variable.patch \
+ file://0001-Revert-Add-NXP-s-SoCs-partition-reboot-support.patch \
+"
PV = "2.0+git${SRCPV}"
SRCBRANCH = "imx_4.14.98_2.3.0"