]> git.sur5r.net Git - u-boot/blobdiff - lib/fdtdec.c
exynos: Add common board code for exynos5 boards that use device tree
[u-boot] / lib / fdtdec.c
index a954051f7e108d5e5e373c6e75eea088564f9001..48667efcb5873cffce378c9f6df58f3d58a02018 100644 (file)
@@ -1167,7 +1167,7 @@ int fdtdec_setup(void)
 #  else
        /* FDT is at end of image */
        gd->fdt_blob = (ulong *)&_end;
-#endif
+#  endif
 # elif defined(CONFIG_OF_HOSTFILE)
        if (sandbox_read_fdt_from_file()) {
                puts("Failed to read control FDT\n");