diff options
| author | INAGAKI Hiroshi | 2021-05-06 09:17:54 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-09-25 22:32:17 +0000 |
| commit | 46945e02d3527e3948dacb3e74e5ddbc35da7238 (patch) | |
| tree | d9d2a427f1fb115679e19051b3a5883bfc4eec7e | |
| parent | 781f50705c05d18eab48b2bc885e01608030e19b (diff) | |
| download | openwrt-46945e02d3527e3948dacb3e74e5ddbc35da7238.tar.gz | |
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 <musashino.open@gmail.com>
| -rw-r--r-- | target/linux/realtek/files-5.10/arch/mips/rtl838x/Platform | 1 |
1 files changed, 0 insertions, 1 deletions
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 |