diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-09-22 15:57:12 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-10-07 23:13:22 +0200 |
commit | 19951bbf57da87093f7bde25bad41571fbdaf4d9 (patch) | |
tree | 459e3c2b49cfa9bf34e124b2e45e14849a29fc21 /target/linux/layerscape/patches-4.4/3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch | |
parent | e3f47958dd16137ea903ca3733435862d9f602ae (diff) | |
download | mtk-20170518-19951bbf57da87093f7bde25bad41571fbdaf4d9.zip mtk-20170518-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.gz mtk-20170518-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.bz2 |
layerscape: drop linux 4.4 support
This patch is to drop linux 4.4 for layerscape.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.4/3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.4/3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/layerscape/patches-4.4/3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch b/target/linux/layerscape/patches-4.4/3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch deleted file mode 100644 index 8754ea4..0000000 --- a/target/linux/layerscape/patches-4.4/3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 887fd872791ce6e60045f4c6a97926365c6c817c Mon Sep 17 00:00:00 2001 -From: Yutang Jiang <yutang.jiang@nxp.com> -Date: Wed, 7 Dec 2016 00:47:35 +0800 -Subject: [PATCH] armv8: aarch32: Execute 32-bit Linux for ls1046a - -Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com> ---- - arch/arm/mach-imx/mach-layerscape.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - ---- a/arch/arm/mach-imx/mach-layerscape.c -+++ b/arch/arm/mach-imx/mach-layerscape.c -@@ -12,11 +12,13 @@ - #include "common.h" - - static const char * const layerscape_dt_compat[] __initconst = { -- "fsl,ls1043a", - "fsl,ls1012a", -+ "fsl,ls1043a", -+ "fsl,ls1046a", - NULL, - }; - - DT_MACHINE_START(LAYERSCAPE, "Freescale LAYERSCAPE") -+ .smp = smp_ops(layerscape_smp_ops), - .dt_compat = layerscape_dt_compat, - MACHINE_END |