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 <cont...@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 <cont...@paulk.fr>
> +S:   Maintained
> +F:   board/lge/sniper/

Need to fixup that one :)

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to