From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 18 Aug 2015 03:56:31 +0200 Subject: [U-Boot] [PATCH] ARM: davinci: remove support for CAM ENC 4xx In-Reply-To: <1439719190-21119-1-git-send-email-yamada.masahiro@socionext.com> References: <1439719190-21119-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <201508180356.31585.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.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 > Cc: Heiko Schocher > --- > > 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 Best regards, Marek Vasut