diff options
author | Wolfgang Denk <wd@denx.de> | 2009-04-05 00:27:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-05 00:27:57 +0200 |
commit | c0a14aedc3440d6591b8c86d45861a0a8b46e11d (patch) | |
tree | f451e0641b2c9558ee2dbe0087ea340676f1ea2f /lib_ppc | |
parent | f63728c804ab7413a67d70f6774cd30c3f7b40fb (diff) | |
download | u-boot-imx-c0a14aedc3440d6591b8c86d45861a0a8b46e11d.zip u-boot-imx-c0a14aedc3440d6591b8c86d45861a0a8b46e11d.tar.gz u-boot-imx-c0a14aedc3440d6591b8c86d45861a0a8b46e11d.tar.bz2 |
Update CHANGELOG, coding style cleanup.
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index a33ee27..9e944fa 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); |