
Rename MCR3000.c to mcr3000.c to be more in line with other boards.
Signed-off-by: Christophe Leroy christophe.leroy@csgroup.eu --- board/cssi/MCR3000/Makefile | 2 +- board/cssi/MCR3000/{MCR3000.c => mcr3000.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename board/cssi/MCR3000/{MCR3000.c => mcr3000.c} (100%)
diff --git a/board/cssi/MCR3000/Makefile b/board/cssi/MCR3000/Makefile index 68d6812a89a..7803016af3a 100644 --- a/board/cssi/MCR3000/Makefile +++ b/board/cssi/MCR3000/Makefile @@ -4,5 +4,5 @@ # Christophe Leroy christophe.leroy@c-s.fr #
-obj-y += MCR3000.o +obj-y += mcr3000.o obj-$(CONFIG_CMD_NAND) += nand.o diff --git a/board/cssi/MCR3000/MCR3000.c b/board/cssi/MCR3000/mcr3000.c similarity index 100% rename from board/cssi/MCR3000/MCR3000.c rename to board/cssi/MCR3000/mcr3000.c