summaryrefslogtreecommitdiff
path: root/board/csb272/csb272.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-14 14:09:05 (GMT)
committerwdenk <wdenk>2004-03-14 14:09:05 (GMT)
commit4d13cbad1c81ad7901151fec381bae8c30f4338a (patch)
treeecb8e4694a7a8ddea27f9f6838c61393cbd4c12b /board/csb272/csb272.c
parentc3f9d4939af90eb8e30119601c86c05bde6c7345 (diff)
downloadu-boot-fsl-qoriq-4d13cbad1c81ad7901151fec381bae8c30f4338a.tar.xz
* 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 'board/csb272/csb272.c')
-rw-r--r--board/csb272/csb272.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/csb272/csb272.c b/board/csb272/csb272.c
index 0604189..120cde7 100644
--- a/board/csb272/csb272.c
+++ b/board/csb272/csb272.c
@@ -21,9 +21,8 @@
* MA 02111-1307 USA
*/
-#include <asm/u-boot.h>
-#include <asm/processor.h>
#include <common.h>
+#include <asm/processor.h>
#include <i2c.h>
#include <miiphy.h>
#include <405gp_enet.h>
@@ -57,10 +56,10 @@ int pll_init(void)
}
/*
- * board_pre_init: do any preliminary board initialization
+ * board_early_init_f: do early board initialization
*
*/
-int board_pre_init(void)
+int board_early_init_f(void)
{
/* initialize PLL so UART, LCD, Ethernet clocked at correctly */
(void) get_clocks();
@@ -172,3 +171,4 @@ int last_stage_init(void)
return 0; /* success */
}
+