summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-03-25 20:50:59 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-26 09:02:41 +0100
commit638998c218dbe04b585c850ad26470503ade2ea1 (patch)
tree9436e2effe1b5345632611238538dc7663f96fcc /arch/mips/Makefile
parent8f5d37835d44d07460d92307f0b6489048a18fba (diff)
downloadbarebox-638998c218dbe04b585c850ad26470503ade2ea1.tar.gz
barebox-638998c218dbe04b585c850ad26470503ade2ea1.tar.xz
MIPS: boards: rename rzx50 -> ritmix-rzx50
All MIPS board use <vendor>-<model> name template save Ritmix RZX-50. This commit fixes this inconsistency. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 8986fcf46f..e3d65c8c34 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -85,7 +85,7 @@ machine-$(CONFIG_MACH_MIPS_LOONGSON) := loongson
board-$(CONFIG_BOARD_LOONGSON_TECH_LS1B) := loongson-ls1b
machine-$(CONFIG_MACH_MIPS_XBURST) := xburst
-board-$(CONFIG_BOARD_RZX50) := rzx50
+board-$(CONFIG_BOARD_RZX50) := ritmix-rzx50
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))