summaryrefslogtreecommitdiffstats
path: root/common/board_r.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-05-07 13:00:23 +0200
committerTom Rini <trini@konsulko.com>2015-05-10 09:59:38 -0400
commit27e721564591f6f0a5246dcee418cac9d061012e (patch)
tree600874e19a20a72aaa6db6cf4eb8ba4f257b22e2 /common/board_r.c
parent697517293085f7907abd17ac350a530b26cfa85e (diff)
downloadblackbird-obmc-uboot-27e721564591f6f0a5246dcee418cac9d061012e.tar.gz
blackbird-obmc-uboot-27e721564591f6f0a5246dcee418cac9d061012e.zip
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 <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Juergen Beisert <jbeisert@eurodsn.de> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'common/board_r.c')
-rw-r--r--common/board_r.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 1a46f6224f..bf6c72572d 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -480,17 +480,6 @@ static int initr_malloc_bootparams(void)
}
#endif
-#ifdef CONFIG_SC3
-/* TODO: with new initcalls, move this into the driver */
-extern void sc3_read_eeprom(void);
-
-static int initr_sc3_read_eeprom(void)
-{
- sc3_read_eeprom();
- return 0;
-}
-#endif
-
static int initr_jumptable(void)
{
jumptable_init();
@@ -804,9 +793,6 @@ init_fnc_t init_sequence_r[] = {
#endif
INIT_FUNC_WATCHDOG_RESET
initr_secondary_cpu,
-#ifdef CONFIG_SC3
- initr_sc3_read_eeprom,
-#endif
#if defined(CONFIG_ID_EEPROM) || defined(CONFIG_SYS_I2C_MAC_OFFSET)
mac_read_from_eeprom,
#endif
OpenPOWER on IntegriCloud