From 41582e2e77b6fb078db98d7c0765be133a766f81 Mon Sep 17 00:00:00 2001
From: Paul Kocialkowski <contact@paulk.fr>
Date: Tue, 29 Mar 2016 14:16:27 +0200
Subject: [PATCH] sniper: Change vendor name from lge to lg, matching
 devicetree vendor prefix

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@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 c6168e98d7..85d6436904 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 f7a682e0a7..3f18d2120d 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 0e7baa515b..7226b092cd 100644
--- a/board/lge/sniper/MAINTAINERS
+++ b/board/lg/sniper/MAINTAINERS
@@ -1,6 +1,6 @@
 SNIPER BOARD
 M:	Paul Kocialkowski <contact@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.39.5