summaryrefslogtreecommitdiffstats
path: root/lib_ppc
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-08-28 22:45:57 +0000
committerwdenk <wdenk>2004-08-28 22:45:57 +0000
commit7ca202f566a6e9dc3d0dd0216e82ad1a48f50f19 (patch)
treebb1da750310557754d4a267e9b523fd5b8e9d326 /lib_ppc
parent31a649234ee4051e96cf45285cdf2dbfa668d30c (diff)
downloadblackbird-obmc-uboot-7ca202f566a6e9dc3d0dd0216e82ad1a48f50f19.tar.gz
blackbird-obmc-uboot-7ca202f566a6e9dc3d0dd0216e82ad1a48f50f19.zip
Add support for IDS "NC650" board
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 97753b3139..419c12da43 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -264,7 +264,7 @@ init_fnc_t *init_sequence[] = {
board_early_init_f,
#endif
-#if !defined(CONFIG_TQM866M)
+#if !defined(CONFIG_TQM866M) && !defined(CONFIG_NC650)
get_clocks, /* get CPU and bus clocks (etc.) */
#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_TQM866M)
adjust_sdram_tbs_8xx,
@@ -280,7 +280,7 @@ init_fnc_t *init_sequence[] = {
board_postclk_init,
#endif
env_init,
-#if defined(CONFIG_TQM866M)
+#if defined(CONFIG_TQM866M) || defined(CONFIG_NC650)
get_clocks_866, /* get CPU and bus clocks according to the environment variable */
sdram_adjust_866, /* adjust sdram refresh rate according to the new clock */
init_timebase,
OpenPOWER on IntegriCloud