summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-04-10 00:39:28 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-04-20 13:16:43 +0200
commit538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8 (patch)
treeeaca9b55842f02c81f8d785cf5fe2ea26e8f0a20 /arch/mips/lib
parent5f978d7efe7b68d8b9f127a8dfb8eaa999126485 (diff)
downloadblackbird-obmc-uboot-538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8.tar.gz
blackbird-obmc-uboot-538cf92c8c2e8ea7f78c87b5bfb2f705b4b02fa8.zip
MIPS: drop incaip board
This is dead hardware and no one is interested in making the necessary changes for upcoming features like generic board or driver model. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/mips/lib')
-rw-r--r--arch/mips/lib/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c
index 317c8258de..3200d87e30 100644
--- a/arch/mips/lib/board.c
+++ b/arch/mips/lib/board.c
@@ -103,9 +103,6 @@ init_fnc_t *init_sequence[] = {
board_early_init_f,
timer_init,
env_init, /* initialize environment */
-#ifdef CONFIG_INCA_IP
- incaip_set_cpuclk, /* set cpu clock according to env. variable */
-#endif
init_baudrate, /* initialize baudrate settings */
serial_init, /* serial communications setup */
console_init_f,
OpenPOWER on IntegriCloud