aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-08-10 17:17:52 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-08-11 08:04:40 +0200
commita5a0b3f1d0bf14008e6fbad7024df3f5901303f1 (patch)
tree26b6cf5296db945764bb021f37bf28e9a5073fe1 /target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch
parentda4651833ce6a4aad0ce0664b48c10f22197fb48 (diff)
downloadupstream-a5a0b3f1d0bf14008e6fbad7024df3f5901303f1.tar.gz
upstream-a5a0b3f1d0bf14008e6fbad7024df3f5901303f1.tar.bz2
upstream-a5a0b3f1d0bf14008e6fbad7024df3f5901303f1.zip
bcm63xx: switch to upstream CFE detection patch
This patch has been merged in linux 5.9. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch')
-rw-r--r--target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch b/target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch
deleted file mode 100644
index 0e4e759ab9..0000000000
--- a/target/linux/bcm63xx/patches-5.4/310-cfe_simplify_detection.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h
-+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_board.h
-@@ -2,6 +2,8 @@
- #ifndef BCM63XX_BOARD_H_
- #define BCM63XX_BOARD_H_
-
-+#include <asm/bootinfo.h>
-+
- const char *board_get_name(void);
-
- void board_prom_init(void);
-@@ -10,4 +12,8 @@ void board_setup(void);
-
- int board_register_devices(void);
-
-+static inline bool bcm63xx_is_cfe_present(void) {
-+ return fw_arg3 == 0x43464531;
-+}
-+
- #endif /* ! BCM63XX_BOARD_H_ */