]> Git Repo - u-boot.git/commit
ppc4xx: Remove sc3 board
authorStefan Roese <[email protected]>
Thu, 7 May 2015 11:00:23 +0000 (13:00 +0200)
committerTom Rini <[email protected]>
Sun, 10 May 2015 13:59:38 +0000 (09:59 -0400)
commit27e721564591f6f0a5246dcee418cac9d061012e
tree600874e19a20a72aaa6db6cf4eb8ba4f257b22e2
parent697517293085f7907abd17ac350a530b26cfa85e
ppc4xx: Remove sc3 board

As this board seems to be unmaintained for quite some time, and its
not moved to the generic board ingrastructure, lets remove it.

This will also enable us to remove the CONFIG_AUTOBOOT_DELAY_STR2
and CONFIG_AUTOBOOT_STOP_STR2 macros, as this sc3 board is the
only one using one of this macros. A removal patch will follow
soon.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Juergen Beisert <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
13 files changed:
arch/powerpc/cpu/ppc4xx/4xx_pci.c
arch/powerpc/cpu/ppc4xx/Kconfig
arch/powerpc/lib/board.c
board/sc3/Kconfig [deleted file]
board/sc3/MAINTAINERS [deleted file]
board/sc3/Makefile [deleted file]
board/sc3/init.S [deleted file]
board/sc3/sc3.c [deleted file]
board/sc3/sc3.h [deleted file]
board/sc3/sc3nand.c [deleted file]
common/board_r.c
configs/sc3_defconfig [deleted file]
include/configs/sc3.h [deleted file]
This page took 0.038444 seconds and 4 git commands to generate.