diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2023-01-30 09:11:03 +0100 |
---|---|---|
committer | Christophe Leroy <christophe.leroy@csgroup.eu> | 2023-02-10 19:33:25 +0100 |
commit | d8809bac482508ea7a961c12f64311d12e8f5594 (patch) | |
tree | b6a8683d220fe9e6a801a0682038da27fcf913aa /arch/powerpc/cpu | |
parent | 2eed0c25f613b707a36600496fe0219d235238bb (diff) | |
download | u-boot-d8809bac482508ea7a961c12f64311d12e8f5594.tar.gz |
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/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Kconfig b/arch/powerpc/cpu/mpc8xx/Kconfig index d63071104c4..65293ae728c 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 |