diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-08-22 10:04:27 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-08-24 17:29:28 +0200 |
commit | 625326ea9c84872c71f90b97a9def3c01db9100f (patch) | |
tree | 71dcae0012c460d2ff9808f0f06913e775a43a6f /arch/mips/pnx833x/Platform | |
parent | 725ac66ed278f5cea418251e35ca1e289d497c6f (diff) | |
download | linux-625326ea9c84872c71f90b97a9def3c01db9100f.tar.gz |
MIPS: Remove PNX833x alias NXP_STB22x
Remove another unused MIPS platform.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/pnx833x/Platform')
-rw-r--r-- | arch/mips/pnx833x/Platform | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/pnx833x/Platform b/arch/mips/pnx833x/Platform deleted file mode 100644 index e5286a49fc3e..000000000000 --- a/arch/mips/pnx833x/Platform +++ /dev/null @@ -1,4 +0,0 @@ -# NXP STB225 -cflags-$(CONFIG_SOC_PNX833X) += -I$(srctree)/arch/mips/include/asm/mach-pnx833x -load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 -load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 |