X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=nand_spl%2Fnand_boot.c;h=d6244183c83b279b5c555e9f88514885f7da5af5;hb=b4770a5224d3216c4e40ecbf15804859271f2436;hp=b9fd6f544c94beac65f6feb0a3f473b383df43a7;hpb=23bca26ab0d09c043bfcada881e423a28cb6b574;p=karo-tx-uboot.git diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c index b9fd6f544c..d6244183c8 100644 --- a/nand_spl/nand_boot.c +++ b/nand_spl/nand_boot.c @@ -221,6 +221,14 @@ static int nand_load(struct mtd_info *mtd, unsigned int offs, return 0; } +#if defined(CONFIG_ARM) +void board_init_f (ulong bootflag) +{ + relocate_code (CONFIG_SYS_TEXT_BASE - TOTAL_MALLOC_LEN, NULL, + CONFIG_SYS_TEXT_BASE); +} +#endif + /* * The main entry for NAND booting. It's necessary that SDRAM is already * configured and available since this code loads the main U-Boot image