Remove fit-dtb.blob* in clean target.
[oweals/u-boot.git] / common / board_f.c
index 149a7229e8fa982d53ce003c67ddb2db7d45e2e1..7ef20f204231335088c0c8ec7f191987d7416b09 100644 (file)
@@ -714,7 +714,7 @@ static int setup_reloc(void)
         * just after the default vector table location, so at 0x400
         */
        gd->reloc_off = gd->relocaddr - (CONFIG_SYS_TEXT_BASE + 0x400);
-#else
+#elif !defined(CONFIG_SANDBOX)
        gd->reloc_off = gd->relocaddr - CONFIG_SYS_TEXT_BASE;
 #endif
 #endif