]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - nand_spl/nand_boot.c
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
[people/ms/u-boot.git] / nand_spl / nand_boot.c
index ccd0af25548e7520c594b698dfebdcf46b1474b2..d6244183c83b279b5c555e9f88514885f7da5af5 100644 (file)
@@ -221,7 +221,7 @@ static int nand_load(struct mtd_info *mtd, unsigned int offs,
        return 0;
 }
 
-#if defined(CONFIG_ARM) && !defined(CONFIG_SYS_ARM_WITHOUT_RELOC)
+#if defined(CONFIG_ARM)
 void board_init_f (ulong bootflag)
 {
        relocate_code (CONFIG_SYS_TEXT_BASE - TOTAL_MALLOC_LEN, NULL,