sniper: Change vendor name from lge to lg, matching devicetree vendor prefix
authorPaul Kocialkowski <contact@paulk.fr>
Tue, 29 Mar 2016 12:16:27 +0000 (14:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:18:06 +0000 (17:18 -0400)
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
board/lg/sniper/Kconfig [moved from board/lge/sniper/Kconfig with 88% similarity]
board/lg/sniper/MAINTAINERS [moved from board/lge/sniper/MAINTAINERS with 85% similarity]
board/lg/sniper/Makefile [moved from board/lge/sniper/Makefile with 100% similarity]
board/lg/sniper/sniper.c [moved from board/lge/sniper/sniper.c with 100% similarity]
board/lg/sniper/sniper.h [moved from board/lge/sniper/sniper.h with 100% similarity]

index c6168e9..85d6436 100644 (file)
@@ -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
similarity index 88%
rename from board/lge/sniper/Kconfig
rename to board/lg/sniper/Kconfig
index f7a682e..3f18d21 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "sniper"
 
 config SYS_VENDOR
-       default "lge"
+       default "lg"
 
 config SYS_CONFIG_NAME
        default "sniper"
similarity index 85%
rename from board/lge/sniper/MAINTAINERS
rename to board/lg/sniper/MAINTAINERS
index 0e7baa5..7226b09 100644 (file)
@@ -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