]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx25/tx25.c
arm: Remove unused relocate_code() parameters
[karo-tx-uboot.git] / board / karo / tx25 / tx25.c
index 69ee590e263eac4d8f1b4c75c1d43c4a7ffc939d..85719a0204b969e411b6c8c56efa27e9c3c3007d 100644 (file)
@@ -36,7 +36,7 @@ DECLARE_GLOBAL_DATA_PTR;
 #ifdef CONFIG_SPL_BUILD
 void board_init_f(ulong bootflag)
 {
-       relocate_code(0, NULL, CONFIG_SPL_TEXT_BASE);
+       relocate_code(CONFIG_SPL_TEXT_BASE);
        asm volatile("ldr pc, =nand_boot");
 }
 #endif