summaryrefslogtreecommitdiffstats
path: root/include/configs/csb272.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-14 14:09:05 +0000
committerwdenk <wdenk>2004-03-14 14:09:05 +0000
commit4d13cbad1c81ad7901151fec381bae8c30f4338a (patch)
treeecb8e4694a7a8ddea27f9f6838c61393cbd4c12b /include/configs/csb272.h
parentc3f9d4939af90eb8e30119601c86c05bde6c7345 (diff)
downloadtalos-obmc-uboot-4d13cbad1c81ad7901151fec381bae8c30f4338a.tar.gz
talos-obmc-uboot-4d13cbad1c81ad7901151fec381bae8c30f4338a.zip
* Patch by Tolunay Orkun, 5 Mar 2004:
Fix early board initialization for Cogent CSB272 board * Patch by Ed Okerson, 3 Mar 2004: fix CFI flash writes for little endian systems * Patch by Reinhard Meyer, 01 Mar 2004: generalize USB and IDE support for MPC5200 with according changes to IceCube.h and TOP5200.h add Am29LV256 256 MBit FLASH support for TOP5200 boards add info about USB and IDE to README
Diffstat (limited to 'include/configs/csb272.h')
-rw-r--r--include/configs/csb272.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/csb272.h b/include/configs/csb272.h
index 74577609e7..edec868d54 100644
--- a/include/configs/csb272.h
+++ b/include/configs/csb272.h
@@ -36,7 +36,7 @@
#define CONFIG_405GP 1 /* This is a PPC405GP CPU */
#define CONFIG_4xx 1 /* ...member of PPC4xx family */
#define CONFIG_CSB272 1 /* on a Cogent CSB272 board */
-#define CONFIG_BOARD_PRE_INIT 1 /* Call board_pre_init() */
+#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f() */
#define CONFIG_LAST_STAGE_INIT 1 /* Call last_stage_init() */
#define CONFIG_SYS_CLK_FREQ 33000000 /* external frequency to pll */
OpenPOWER on IntegriCloud