From 3abf5ce6564e24a388b86caf1a00f91f4262b312 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Mar 2016 17:56:53 +0000 Subject: ramips: convert the remaining subtargets to 4.4 Signed-off-by: Felix Fietkau SVN-Revision: 48954 --- .../ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch (limited to 'target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch') diff --git a/target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch b/target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch deleted file mode 100644 index b267137187..0000000000 --- a/target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/arch/mips/include/asm/mips-cm.h -+++ b/arch/mips/include/asm/mips-cm.h -@@ -270,8 +270,8 @@ BUILD_CM_Cx_R_(tcid_8_priority, 0x80) - #define CM_GCR_GIC_BASE_GICEN_MSK (_ULCAST_(0x1) << 0) - - /* GCR_CPC_BASE register fields */ --#define CM_GCR_CPC_BASE_CPCBASE_SHF 17 --#define CM_GCR_CPC_BASE_CPCBASE_MSK (_ULCAST_(0x7fff) << 17) -+#define CM_GCR_CPC_BASE_CPCBASE_SHF 15 -+#define CM_GCR_CPC_BASE_CPCBASE_MSK (_ULCAST_(0x1ffff) << 15) - #define CM_GCR_CPC_BASE_CPCEN_SHF 0 - #define CM_GCR_CPC_BASE_CPCEN_MSK (_ULCAST_(0x1) << 0) - -- cgit v1.2.3