Skip to content

Commit

Permalink
[MIPS] excite: plat_setup -> plat_mem_setup.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 29, 2006
1 parent 3e2c6ef commit ec52d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/basler/excite/excite_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int __init excite_platform_init(void)
return 0;
}

void __init plat_setup(void)
void __init plat_mem_setup(void)
{
volatile u32 * const boot_ocd_base = (u32 *) 0xbf7fc000;

Expand Down

0 comments on commit ec52d7b

Please sign in to comment.