]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/lib/board.c
Merge remote-tracking branch 'u-boot-ti/master'
[u-boot] / arch / powerpc / lib / board.c
index b860141efd68c16d5e045f77127b978815d94987..ebf400851a446f97ac61638403008c310deb08b2 100644 (file)
@@ -440,8 +440,8 @@ 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();
+       if (addr > determine_mp_bootpg(NULL)) {
+               addr = determine_mp_bootpg(NULL);
                debug("Reserving MP boot page to %08lx\n", addr);
        }
 #endif