]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
common/board_f: add missing #endif after merge
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 2 Sep 2015 08:41:48 +0000 (10:41 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 2 Sep 2015 08:41:48 +0000 (10:41 +0200)
common/board_f.c

index b6a2f8c48160407e7abc4f50bd98b9f77b1dd234..2ee398b93ec6895845b0b53958f6036d040dd495 100644 (file)
@@ -744,6 +744,7 @@ static int setup_reloc(void)
        gd->reloc_off = gd->relocaddr - (unsigned long)__image_copy_start;
 #else
        gd->reloc_off = gd->relocaddr - CONFIG_SYS_TEXT_BASE;
+#endif
 #endif
        memcpy(gd->new_gd, (char *)gd, sizeof(gd_t));