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/2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch | |
parent | e3f47958dd16137ea903ca3733435862d9f602ae (diff) | |
download | upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.gz upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.bz2 upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.zip |
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/2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.4/2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/layerscape/patches-4.4/2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch b/target/linux/layerscape/patches-4.4/2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch deleted file mode 100644 index 26a981c9ef..0000000000 --- a/target/linux/layerscape/patches-4.4/2120-armv8-aarch32-defconfig-Enable-firmware-loading.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 027ca2530ce94dd7d9954e57631aa34987db392e Mon Sep 17 00:00:00 2001 -From: Ying Zhang <ying.zhang22455@nxp.com> -Date: Thu, 29 Sep 2016 11:38:36 +0800 -Subject: [PATCH 120/124] armv8: aarch32: defconfig: Enable firmware loading - -As some modules require userspace firmware loading support, such as -PPFE, add this feature in the defconfig for AArch32 on ARMv8. - -Signed-off-by: Alison Wang <alison.wang@nxp.com> ---- - arch/arm/configs/ls_aarch32_defconfig | 1 - - 1 file changed, 1 deletion(-) - ---- a/arch/arm/configs/ls_aarch32_defconfig -+++ b/arch/arm/configs/ls_aarch32_defconfig -@@ -71,7 +71,6 @@ CONFIG_CAN=y - CONFIG_CAN_FLEXCAN=y - CONFIG_DEVTMPFS=y - CONFIG_DEVTMPFS_MOUNT=y --# CONFIG_FW_LOADER is not set - CONFIG_DMA_CMA=y - CONFIG_MTD=y - CONFIG_MTD_CMDLINE_PARTS=y |