[U-Boot] [PATCH] ARM: davinci: remove support for CAM ENC 4xx
Simon Glass
sjg at chromium.org
Tue Aug 18 04:19:00 CEST 2015
Hi Masahiro,
On 17 August 2015 at 20:15, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Hi Marek,
>
> CCing Simon,
>
>
> 2015-08-18 10:56 GMT+09:00 Marek Vasut <marex at denx.de>:
>> On Sunday, August 16, 2015 at 11:59:50 AM, Masahiro Yamada wrote:
>>> This has not been converted to Generic Board, so should be removed.
>>> (See doc/README.generic-board for details.)
>>>
>>> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
>>> Cc: Heiko Schocher <hs at denx.de>
>>> ---
>>>
>>> arch/arm/mach-davinci/Kconfig | 5 -
>>> board/ait/cam_enc_4xx/Kconfig | 12 -
>>> board/ait/cam_enc_4xx/MAINTAINERS | 6 -
>>> board/ait/cam_enc_4xx/Makefile | 10 -
>>> board/ait/cam_enc_4xx/cam_enc_4xx.c | 1106
>>> ---------------------------------- board/ait/cam_enc_4xx/config.mk |
>>> 20 -
>>> board/ait/cam_enc_4xx/u-boot-spl.lds | 57 --
>>> board/ait/cam_enc_4xx/ublimage.cfg | 31 -
>>> configs/cam_enc_4xx_defconfig | 10 -
>>> doc/README.scrapyard | 1 +
>>> include/configs/cam_enc_4xx.h | 504 ----------------
>>> 11 files changed, 1 insertion(+), 1761 deletions(-)
>>> delete mode 100644 board/ait/cam_enc_4xx/Kconfig
>>> delete mode 100644 board/ait/cam_enc_4xx/MAINTAINERS
>>> delete mode 100644 board/ait/cam_enc_4xx/Makefile
>>> delete mode 100644 board/ait/cam_enc_4xx/cam_enc_4xx.c
>>> delete mode 100644 board/ait/cam_enc_4xx/config.mk
>>> delete mode 100644 board/ait/cam_enc_4xx/u-boot-spl.lds
>>> delete mode 100644 board/ait/cam_enc_4xx/ublimage.cfg
>>> delete mode 100644 configs/cam_enc_4xx_defconfig
>>> delete mode 100644 include/configs/cam_enc_4xx.h
>>
>> Hi,
>>
>> FYI, next time you might want to do git format-patch -D to keep
>> the patch smaller :)
>>
>> Acked-by: Marek Vasut <marex at denx.de>
>
>
> I use Patman to send patches.
>
> Patman generates smaller patches for file move (with format-patch -M),
> but does not for file removal.
>
>
> Simon,
> Do you think Patman should do it?
Yes, I think so.
Regards,
Simon
More information about the U-Boot
mailing list