diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2021-07-23 05:25:42 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-08-12 17:01:50 +0300 |
commit | 104f942b2832ab1340dab34ae2dad8b31b772788 (patch) | |
tree | 933c6ff1712ab32b18cf60e8aeabb7b686dc2ccd /arch/mips/boot/dts/img | |
parent | 917b64f1df2b9cec0a0859bd8d96b24679038f78 (diff) | |
download | linux-104f942b2832ab1340dab34ae2dad8b31b772788.tar.xz |
MIPS: Retire MACH_PISTACHIO
Now it can be replaced by generic kernel.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/img')
-rw-r--r-- | arch/mips/boot/dts/img/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/boot/dts/img/Makefile b/arch/mips/boot/dts/img/Makefile index 24f6bbeadd48..ebb47490b04b 100644 --- a/arch/mips/boot/dts/img/Makefile +++ b/arch/mips/boot/dts/img/Makefile @@ -2,6 +2,3 @@ dtb-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += boston.dtb dtb-$(CONFIG_FIT_IMAGE_FDT_MARDUK) += pistachio_marduk.dtb - -dtb-$(CONFIG_MACH_PISTACHIO) += pistachio_marduk.dtb -obj-$(CONFIG_MACH_PISTACHIO) += pistachio_marduk.dtb.o |