diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2ba20d97c660..0556bc41e76d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -192,11 +192,11 @@ endif include $(srctree)/arch/mips/Kbuild.platforms # NXP STB225 -core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/ +core-$(CONFIG_SOC_PNX833X) += arch/mips/pnx833x/common/ cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x -libs-$(CONFIG_NXP_STB220) += arch/mips/nxp/pnx833x/stb22x/ +libs-$(CONFIG_NXP_STB220) += arch/mips/pnx833x/stb22x/ load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 -libs-$(CONFIG_NXP_STB225) += arch/mips/nxp/pnx833x/stb22x/ +libs-$(CONFIG_NXP_STB225) += arch/mips/pnx833x/stb22x/ load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 # diff --git a/arch/mips/nxp/pnx833x/common/Makefile b/arch/mips/pnx833x/common/Makefile similarity index 100% rename from arch/mips/nxp/pnx833x/common/Makefile rename to arch/mips/pnx833x/common/Makefile diff --git a/arch/mips/nxp/pnx833x/common/interrupts.c b/arch/mips/pnx833x/common/interrupts.c similarity index 100% rename from arch/mips/nxp/pnx833x/common/interrupts.c rename to arch/mips/pnx833x/common/interrupts.c diff --git a/arch/mips/nxp/pnx833x/common/platform.c b/arch/mips/pnx833x/common/platform.c similarity index 100% rename from arch/mips/nxp/pnx833x/common/platform.c rename to arch/mips/pnx833x/common/platform.c diff --git a/arch/mips/nxp/pnx833x/common/prom.c b/arch/mips/pnx833x/common/prom.c similarity index 100% rename from arch/mips/nxp/pnx833x/common/prom.c rename to arch/mips/pnx833x/common/prom.c diff --git a/arch/mips/nxp/pnx833x/common/reset.c b/arch/mips/pnx833x/common/reset.c similarity index 100% rename from arch/mips/nxp/pnx833x/common/reset.c rename to arch/mips/pnx833x/common/reset.c diff --git a/arch/mips/nxp/pnx833x/common/setup.c b/arch/mips/pnx833x/common/setup.c similarity index 100% rename from arch/mips/nxp/pnx833x/common/setup.c rename to arch/mips/pnx833x/common/setup.c diff --git a/arch/mips/nxp/pnx833x/stb22x/Makefile b/arch/mips/pnx833x/stb22x/Makefile similarity index 100% rename from arch/mips/nxp/pnx833x/stb22x/Makefile rename to arch/mips/pnx833x/stb22x/Makefile diff --git a/arch/mips/nxp/pnx833x/stb22x/board.c b/arch/mips/pnx833x/stb22x/board.c similarity index 100% rename from arch/mips/nxp/pnx833x/stb22x/board.c rename to arch/mips/pnx833x/stb22x/board.c