public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] ARM: davinci: remove support for cam_enc_4xx
@ 2015-08-20  1:20 Masahiro Yamada
  2015-08-20 16:56 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2015-08-20  1:20 UTC (permalink / raw)
  To: u-boot

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@socionext.com>
Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
---

Changes in v2:
  - Use lower cases for the board name

 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

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index e6cb390..681270d 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -18,10 +18,6 @@ config TARGET_DA850EVM
 	bool "DA850 EVM board"
 	select SUPPORT_SPL
 
-config TARGET_CAM_ENC_4XX
-	bool "CAM ENC 4xx board"
-	select SUPPORT_SPL
-
 config TARGET_OMAPL138_LCDK
 	bool "OMAPL138 LCDK"
 	select SUPPORT_SPL
@@ -62,7 +58,6 @@ config SYS_SOC
 	default "davinci"
 
 source "board/enbw/enbw_cmc/Kconfig"
-source "board/ait/cam_enc_4xx/Kconfig"
 source "board/Barix/ipam390/Kconfig"
 source "board/davinci/da8xxevm/Kconfig"
 source "board/davinci/dm355evm/Kconfig"
diff --git a/board/ait/cam_enc_4xx/Kconfig b/board/ait/cam_enc_4xx/Kconfig
deleted file mode 100644
index 64e18f4..0000000
diff --git a/board/ait/cam_enc_4xx/MAINTAINERS b/board/ait/cam_enc_4xx/MAINTAINERS
deleted file mode 100644
index d6477c6..0000000
diff --git a/board/ait/cam_enc_4xx/Makefile b/board/ait/cam_enc_4xx/Makefile
deleted file mode 100644
index 0d03ce0..0000000
diff --git a/board/ait/cam_enc_4xx/cam_enc_4xx.c b/board/ait/cam_enc_4xx/cam_enc_4xx.c
deleted file mode 100644
index c5687ba..0000000
diff --git a/board/ait/cam_enc_4xx/config.mk b/board/ait/cam_enc_4xx/config.mk
deleted file mode 100644
index 2022151..0000000
diff --git a/board/ait/cam_enc_4xx/u-boot-spl.lds b/board/ait/cam_enc_4xx/u-boot-spl.lds
deleted file mode 100644
index f5c19df..0000000
diff --git a/board/ait/cam_enc_4xx/ublimage.cfg b/board/ait/cam_enc_4xx/ublimage.cfg
deleted file mode 100644
index d4fe705..0000000
diff --git a/configs/cam_enc_4xx_defconfig b/configs/cam_enc_4xx_defconfig
deleted file mode 100644
index a67bf0e..0000000
diff --git a/doc/README.scrapyard b/doc/README.scrapyard
index f029a0f..fb1ed42 100644
--- a/doc/README.scrapyard
+++ b/doc/README.scrapyard
@@ -12,6 +12,7 @@ The list should be sorted in reverse chronological order.
 
 Board            Arch        CPU            Commit      Removed     Last known maintainer/contact
 =================================================================================================
+cam_enc_4xx      arm         arm926ejs      -           -           Heiko Schocher <hs@denx.de>
 atstk1003        avr32       -              e5354b8a    2015-06-10  Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
 atstk1004        avr32       -              e5354b8a    2015-06-10  Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
 atstk1006        avr32       -              e5354b8a    2015-06-10  Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h
deleted file mode 100644
index 578c4ab..0000000
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-20 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20  1:20 [U-Boot] [PATCH v2] ARM: davinci: remove support for cam_enc_4xx Masahiro Yamada
2015-08-20 16:56 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox