board: MCR3000: Use lowercase filenames
Rename MCR3000.* to mcr3000.* to be more in line with
other boards.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
diff --git a/board/cssi/mcr3000/Kconfig b/board/cssi/mcr3000/Kconfig
new file mode 100644
index 0000000..ea073d9
--- /dev/null
+++ b/board/cssi/mcr3000/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_MCR3000
+
+config SYS_BOARD
+ default "mcr3000"
+
+config SYS_VENDOR
+ default "cssi"
+
+config SYS_CONFIG_NAME
+ default "mcr3000"
+
+config TEXT_BASE
+ default 0x04000000
+
+endif