From 8d9d50f2a6a4d33cd3daa0b4612382754ea48df8 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Wed, 10 Sep 2014 11:42:24 +0400 Subject: MIPS: add MIPS Creator CI20 board support Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/Makefile') diff --git a/arch/mips/Makefile b/arch/mips/Makefile index a3cf112b79..f3f4f67d86 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -89,6 +89,7 @@ board-$(CONFIG_BOARD_LOONGSON_TECH_LS1B) := loongson-ls1b machine-$(CONFIG_MACH_MIPS_XBURST) := xburst board-$(CONFIG_BOARD_RZX50) := ritmix-rzx50 +board-$(CONFIG_BOARD_CI20) := img-ci20 machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y)) -- cgit v1.2.3