[U-Boot] [PATCH v2 7/7] sniper: Change vendor name from lge to lg, matching devicetree vendor prefix

Paul Kocialkowski contact at paulk.fr
Tue Mar 29 14:16:27 CEST 2016


This moves the sniper board from the lge to lg, in order to match the devicetree
vendor prefix already defined in the kernel.

Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
 arch/arm/cpu/armv7/omap3/Kconfig     | 2 +-
 board/{lge => lg}/sniper/Kconfig     | 2 +-
 board/{lge => lg}/sniper/MAINTAINERS | 2 +-
 board/{lge => lg}/sniper/Makefile    | 0
 board/{lge => lg}/sniper/sniper.c    | 0
 board/{lge => lg}/sniper/sniper.h    | 0
 6 files changed, 3 insertions(+), 3 deletions(-)
 rename board/{lge => lg}/sniper/Kconfig (88%)
 rename board/{lge => lg}/sniper/MAINTAINERS (85%)
 rename board/{lge => lg}/sniper/Makefile (100%)
 rename board/{lge => lg}/sniper/sniper.c (100%)
 rename board/{lge => lg}/sniper/sniper.h (100%)

diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig
index c6168e9..85d6436 100644
--- a/arch/arm/cpu/armv7/omap3/Kconfig
+++ b/arch/arm/cpu/armv7/omap3/Kconfig
@@ -141,6 +141,6 @@ source "board/nokia/rx51/Kconfig"
 source "board/technexion/tao3530/Kconfig"
 source "board/technexion/twister/Kconfig"
 source "board/quipos/cairo/Kconfig"
-source "board/lge/sniper/Kconfig"
+source "board/lg/sniper/Kconfig"
 
 endif
diff --git a/board/lge/sniper/Kconfig b/board/lg/sniper/Kconfig
similarity index 88%
rename from board/lge/sniper/Kconfig
rename to board/lg/sniper/Kconfig
index f7a682e..3f18d21 100644
--- a/board/lge/sniper/Kconfig
+++ b/board/lg/sniper/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
 	default "sniper"
 
 config SYS_VENDOR
-	default "lge"
+	default "lg"
 
 config SYS_CONFIG_NAME
 	default "sniper"
diff --git a/board/lge/sniper/MAINTAINERS b/board/lg/sniper/MAINTAINERS
similarity index 85%
rename from board/lge/sniper/MAINTAINERS
rename to board/lg/sniper/MAINTAINERS
index 0e7baa5..7226b09 100644
--- a/board/lge/sniper/MAINTAINERS
+++ b/board/lg/sniper/MAINTAINERS
@@ -1,6 +1,6 @@
 SNIPER BOARD
 M:	Paul Kocialkowski <contact at paulk.fr>
 S:	Maintained
-F:	board/lge/sniper/
+F:	board/lg/sniper/
 F:	include/configs/sniper.h
 F:	configs/sniper_defconfig
diff --git a/board/lge/sniper/Makefile b/board/lg/sniper/Makefile
similarity index 100%
rename from board/lge/sniper/Makefile
rename to board/lg/sniper/Makefile
diff --git a/board/lge/sniper/sniper.c b/board/lg/sniper/sniper.c
similarity index 100%
rename from board/lge/sniper/sniper.c
rename to board/lg/sniper/sniper.c
diff --git a/board/lge/sniper/sniper.h b/board/lg/sniper/sniper.h
similarity index 100%
rename from board/lge/sniper/sniper.h
rename to board/lg/sniper/sniper.h
-- 
2.7.4



More information about the U-Boot mailing list