[PATCH] ppc32: Cleanup AMCC PPC44x eval board U-Boot support

Cleanup PPC440 eval boards (bamboo, ebony, luan and ocotea) to better
support U-Boot as bootloader.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Matt Porter
2005-10-28 17:46:14 -07:00
committed by Paul Mackerras
parent de957c89b7
commit d5f7b06b03
6 changed files with 53 additions and 56 deletions

View File

@@ -36,7 +36,8 @@ struct ibm44x_clocks {
};
/* common 44x platform init */
void ibm44x_platform_init(void) __init;
void ibm44x_platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
unsigned long r6, unsigned long r7) __init;
/* initialize decrementer and tick-related variables */
void ibm44x_calibrate_decr(unsigned int freq) __init;