diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-03-29 14:16:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:18:06 -0400 |
commit | 41582e2e77b6fb078db98d7c0765be133a766f81 (patch) | |
tree | 73df1da285cac998f6e3e6f8b0b734f33ec7ddd9 | |
parent | 523849a0887c2d400d379eb0bce5ec74fc7a4dcd (diff) | |
download | u-boot-imx-41582e2e77b6fb078db98d7c0765be133a766f81.zip u-boot-imx-41582e2e77b6fb078db98d7c0765be133a766f81.tar.gz u-boot-imx-41582e2e77b6fb078db98d7c0765be133a766f81.tar.bz2 |
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>
-rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 2 | ||||
-rw-r--r-- | board/lg/sniper/Kconfig (renamed from board/lge/sniper/Kconfig) | 2 | ||||
-rw-r--r-- | board/lg/sniper/MAINTAINERS (renamed from board/lge/sniper/MAINTAINERS) | 2 | ||||
-rw-r--r-- | board/lg/sniper/Makefile (renamed from board/lge/sniper/Makefile) | 0 | ||||
-rw-r--r-- | board/lg/sniper/sniper.c (renamed from board/lge/sniper/sniper.c) | 0 | ||||
-rw-r--r-- | board/lg/sniper/sniper.h (renamed from board/lge/sniper/sniper.h) | 0 |
6 files changed, 3 insertions, 3 deletions
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 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 index 0e7baa5..7226b09 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 index f32a481..f32a481 100644 --- a/board/lge/sniper/Makefile +++ b/board/lg/sniper/Makefile diff --git a/board/lge/sniper/sniper.c b/board/lg/sniper/sniper.c index 0662449..0662449 100644 --- a/board/lge/sniper/sniper.c +++ b/board/lg/sniper/sniper.c diff --git a/board/lge/sniper/sniper.h b/board/lg/sniper/sniper.h index 0f81c43..0f81c43 100644 --- a/board/lge/sniper/sniper.h +++ b/board/lg/sniper/sniper.h |