aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2023-01-30 09:11:03 +0100
committerChristophe Leroy <christophe.leroy@csgroup.eu>2023-02-10 19:33:25 +0100
commitd8809bac482508ea7a961c12f64311d12e8f5594 (patch)
treeb6a8683d220fe9e6a801a0682038da27fcf913aa /arch/powerpc
parent2eed0c25f613b707a36600496fe0219d235238bb (diff)
downloadu-boot-d8809bac482508ea7a961c12f64311d12e8f5594.zip
u-boot-d8809bac482508ea7a961c12f64311d12e8f5594.tar.gz
u-boot-d8809bac482508ea7a961c12f64311d12e8f5594.tar.bz2
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/cpu/mpc8xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Kconfig b/arch/powerpc/cpu/mpc8xx/Kconfig
index d630711..65293ae 100644
--- a/arch/powerpc/cpu/mpc8xx/Kconfig
+++ b/arch/powerpc/cpu/mpc8xx/Kconfig
@@ -84,6 +84,6 @@ config SYS_DER
help
Debug Event Register (37-47)
-source "board/cssi/MCR3000/Kconfig"
+source "board/cssi/mcr3000/Kconfig"
endmenu