From 46945e02d3527e3948dacb3e74e5ddbc35da7238 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Thu, 6 May 2021 18:17:54 +0900 Subject: realtek: remove unnecessary line from rtl838x/Platform in 5.10 The following line is already defined in arch/mips/Kbuild.platforms by 300-mips-add-rtl838x-platform.patch. platform-$(CONFIG_RTL838X) += rtl838x/ Signed-off-by: INAGAKI Hiroshi --- target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform | 1 - 1 file changed, 1 deletion(-) (limited to 'target') diff --git a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform index 4d48932d80..f9f189b689 100644 --- a/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform +++ b/target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform @@ -1,6 +1,5 @@ # # Realtek RTL838x SoCs # -platform-$(CONFIG_RTL838X) += rtl838x/ cflags-$(CONFIG_RTL838X) += -I$(srctree)/arch/mips/include/asm/mach-rtl838x/ load-$(CONFIG_RTL838X) += 0xffffffff80000000 -- cgit v1.2.3