[U-Boot] [PATCH 7/7] sniper: Change vendor name from lge to lg, matching devicetree vendor prefix
Tom Rini
trini at konsulko.com
Mon Mar 28 16:06:57 CEST 2016
On Mon, Mar 28, 2016 at 02:07:14PM +0200, Paul Kocialkowski wrote:
> 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 at paulk.fr>
> ---
> arch/arm/cpu/armv7/omap3/Kconfig | 2 +-
> board/lg/sniper/Kconfig | 12 ++
> board/lg/sniper/MAINTAINERS | 6 +
> board/lg/sniper/Makefile | 9 +
> board/lg/sniper/sniper.c | 191 ++++++++++++++++++++
> board/lg/sniper/sniper.h | 365 +++++++++++++++++++++++++++++++++++++++
> board/lge/sniper/Kconfig | 12 --
> board/lge/sniper/MAINTAINERS | 6 -
> board/lge/sniper/Makefile | 9 -
> board/lge/sniper/sniper.c | 191 --------------------
> board/lge/sniper/sniper.h | 365 ---------------------------------------
> 11 files changed, 584 insertions(+), 584 deletions(-)
> create mode 100644 board/lg/sniper/Kconfig
> create mode 100644 board/lg/sniper/MAINTAINERS
> create mode 100644 board/lg/sniper/Makefile
> create mode 100644 board/lg/sniper/sniper.c
> create mode 100644 board/lg/sniper/sniper.h
> delete mode 100644 board/lge/sniper/Kconfig
> delete mode 100644 board/lge/sniper/MAINTAINERS
> delete mode 100644 board/lge/sniper/Makefile
> delete mode 100644 board/lge/sniper/sniper.c
> delete mode 100644 board/lge/sniper/sniper.h
Please use -M so that renames are caught better. Also:
> +++ b/board/lg/sniper/MAINTAINERS
> @@ -0,0 +1,6 @@
> +SNIPER BOARD
> +M: Paul Kocialkowski <contact at paulk.fr>
> +S: Maintained
> +F: board/lge/sniper/
Need to fixup that one :)
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160328/7a6d322d/attachment.sig>
More information about the U-Boot
mailing list