[U-Boot] [PATCH 13/15] ARM: uniphier: drop DCC micro support card support

Simon Glass sjg at chromium.org
Wed Sep 2 04:48:45 CEST 2015


On 1 September 2015 at 07:50, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Historically (for compatibility with very old platforms), two
> different types of micro support cards have been used with the
> UniPhier SoC development boards.  It has been painful to maintain
> both.  Having one of them is enough.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  arch/arm/mach-uniphier/Kconfig                 | 23 ++-----
>  arch/arm/mach-uniphier/Makefile                |  3 +-
>  arch/arm/mach-uniphier/include/mach/board.h    |  3 +-
>  arch/arm/mach-uniphier/ph1-ld4/Makefile        |  3 +-
>  arch/arm/mach-uniphier/ph1-ld4/sbc_init_3cs.c  | 49 ---------------
>  arch/arm/mach-uniphier/ph1-pro4/Makefile       |  3 +-
>  arch/arm/mach-uniphier/ph1-pro4/sbc_init_3cs.c | 42 -------------
>  arch/arm/mach-uniphier/ph1-sld3/Makefile       |  3 +-
>  arch/arm/mach-uniphier/ph1-sld3/sbc_init_3cs.c | 37 -----------
>  arch/arm/mach-uniphier/ph1-sld8/sbc_init_3cs.c | 57 -----------------
>  arch/arm/mach-uniphier/support_card.c          | 87 +++-----------------------
>  configs/ph1_ld4_defconfig                      |  2 +-
>  configs/ph1_pro4_defconfig                     |  2 +-
>  configs/ph1_sld3_defconfig                     |  2 +-
>  configs/ph1_sld8_defconfig                     |  2 +-
>  include/configs/uniphier.h                     | 19 ++----
>  16 files changed, 28 insertions(+), 309 deletions(-)
>  delete mode 100644 arch/arm/mach-uniphier/ph1-ld4/sbc_init_3cs.c
>  delete mode 100644 arch/arm/mach-uniphier/ph1-pro4/sbc_init_3cs.c
>  delete mode 100644 arch/arm/mach-uniphier/ph1-sld3/sbc_init_3cs.c
>  delete mode 100644 arch/arm/mach-uniphier/ph1-sld8/sbc_init_3cs.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list