From c0a14aedc3440d6591b8c86d45861a0a8b46e11d Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 5 Apr 2009 00:27:57 +0200 Subject: Update CHANGELOG, coding style cleanup. --- lib_ppc/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_ppc') diff --git a/lib_ppc/board.c b/lib_ppc/board.c index a33ee27f26..9e944fa38a 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -452,7 +452,7 @@ void board_init_f (ulong bootflag) /* * We need to make sure the location we intend to put secondary core * boot code is reserved and not used by any part of u-boot - */ + */ if (addr > determine_mp_bootpg()) { addr = determine_mp_bootpg(); debug ("Reserving MP boot page to %08lx\n", addr); -- cgit v1.2.3