]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 c6168e98d75a88ee5796bf2063fba6e4f97aa548..85d6436904c84b30ee134c89313efbfdcf6ad734 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 f7a682e0a71f385c249c78d7ffdc2ec903e7ba3c..3f18d2120db0070ead00af9d87d581fc686c2530 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 0e7baa515b490b29449dba681517faebba2d8bbe..7226b092cdd68c9d0db24b831fcc45f37b1e6294 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