diff mbox

[U-Boot,4/5] ARM: tegra: rename colibri_t20 board folder

Message ID 8efb6e11a82ba4725112093617e2f0849ce227dc.1427130862.git.marcel@ziswiler.com
State Superseded
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler March 23, 2015, 5:28 p.m. UTC
In accordance with our other modules supported by U-Boot and as agreed
for Apalis/Colibri T30 get rid of the carrier board in the board folder
naming.

Please note that this temporarily breaks the build as Kconfig within
this folder will require changing as well.
---
 arch/arm/mach-tegra/tegra20/Kconfig                                | 2 +-
 board/toradex/{colibri_t20_iris => colibri_t20}/Kconfig            | 0
 board/toradex/{colibri_t20_iris => colibri_t20}/MAINTAINERS        | 0
 board/toradex/{colibri_t20_iris => colibri_t20}/Makefile           | 0
 board/toradex/{colibri_t20_iris => colibri_t20}/colibri_t20_iris.c | 0
 5 files changed, 1 insertion(+), 1 deletion(-)
 rename board/toradex/{colibri_t20_iris => colibri_t20}/Kconfig (100%)
 rename board/toradex/{colibri_t20_iris => colibri_t20}/MAINTAINERS (100%)
 rename board/toradex/{colibri_t20_iris => colibri_t20}/Makefile (100%)
 rename board/toradex/{colibri_t20_iris => colibri_t20}/colibri_t20_iris.c (100%)

Comments

Stephen Warren March 23, 2015, 7:41 p.m. UTC | #1
On 03/23/2015 11:28 AM, Marcel Ziswiler wrote:
> In accordance with our other modules supported by U-Boot and as agreed
> for Apalis/Colibri T30 get rid of the carrier board in the board folder
> naming.
>
> Please note that this temporarily breaks the build as Kconfig within
> this folder will require changing as well.

Conceptually this series seems fine to me, but I'd recommend squashing 
some/all of the patches together in order to avoid any intermediate 
breakage and "git bisect" issues.
diff mbox

Patch

diff --git a/arch/arm/mach-tegra/tegra20/Kconfig b/arch/arm/mach-tegra/tegra20/Kconfig
index a354e2a..e88ac16 100644
--- a/arch/arm/mach-tegra/tegra20/Kconfig
+++ b/arch/arm/mach-tegra/tegra20/Kconfig
@@ -47,6 +47,6 @@  source "board/avionic-design/tec/Kconfig"
 source "board/compulab/trimslice/Kconfig"
 source "board/nvidia/ventana/Kconfig"
 source "board/nvidia/whistler/Kconfig"
-source "board/toradex/colibri_t20_iris/Kconfig"
+source "board/toradex/colibri_t20/Kconfig"
 
 endif
diff --git a/board/toradex/colibri_t20_iris/Kconfig b/board/toradex/colibri_t20/Kconfig
similarity index 100%
rename from board/toradex/colibri_t20_iris/Kconfig
rename to board/toradex/colibri_t20/Kconfig
diff --git a/board/toradex/colibri_t20_iris/MAINTAINERS b/board/toradex/colibri_t20/MAINTAINERS
similarity index 100%
rename from board/toradex/colibri_t20_iris/MAINTAINERS
rename to board/toradex/colibri_t20/MAINTAINERS
diff --git a/board/toradex/colibri_t20_iris/Makefile b/board/toradex/colibri_t20/Makefile
similarity index 100%
rename from board/toradex/colibri_t20_iris/Makefile
rename to board/toradex/colibri_t20/Makefile
diff --git a/board/toradex/colibri_t20_iris/colibri_t20_iris.c b/board/toradex/colibri_t20/colibri_t20_iris.c
similarity index 100%
rename from board/toradex/colibri_t20_iris/colibri_t20_iris.c
rename to board/toradex/colibri_t20/colibri_t20_iris.c