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
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-08-06 13:41:50 +0200
commit7d59465a807a1d25a8e2842830cb43e11bae1895 (patch)
tree756cb7596c80355c01fc4a3cc5d620b0a40a9c60 /recipes-bsp/imx-atf/imx-atf_%.bbappend
parent3e766556b2ee3b4092cf17c6c8eadb0e56772479 (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> (cherry picked from commit 3be41c0a042994079bdf1577d6062ac0df46fc0a) (cherry picked from commit ea642448ff0e879429b451b8da5e36f9c0b487eb)
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"