Skip to content

Commit

Permalink
[POWERPC] Output params value in early_init_devtree
Browse files Browse the repository at this point in the history
Add a printout of the params value to early_init_devtree.
This value is handy to have for comparison when debugging the
bootwrapper code.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Jun 28, 2007
1 parent a354ab8 commit 4434810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ static void __init early_reserve_mem(void)

void __init early_init_devtree(void *params)
{
DBG(" -> early_init_devtree()\n");
DBG(" -> early_init_devtree(%p)\n", params);

/* Setup flat device-tree pointer */
initial_boot_params = params;
Expand Down

0 comments on commit 4434810

Please sign in to comment.