diff mbox series

[1/7] board: MCR3000: Use lowercase filename

Message ID 0dc56b531c7b25db75860b787fad2945008d6736.1675088759.git.christophe.leroy@csgroup.eu
State Superseded
Delegated to: Tom Rini
Headers show
Series Add new equipment from CSSI | expand

Commit Message

Christophe Leroy Jan. 30, 2023, 2:34 p.m. UTC
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 mbox series

Patch

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