瀏覽代碼

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>
Paul Kocialkowski 8 年之前
父節點
當前提交
41582e2e77

+ 1 - 1
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

+ 1 - 1
board/lge/sniper/Kconfig → 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"

+ 1 - 1
board/lge/sniper/MAINTAINERS → 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

+ 0 - 0
board/lge/sniper/Makefile → board/lg/sniper/Makefile


+ 0 - 0
board/lge/sniper/sniper.c → board/lg/sniper/sniper.c


+ 0 - 0
board/lge/sniper/sniper.h → board/lg/sniper/sniper.h