]> git.sur5r.net Git - u-boot/blobdiff - lib/fdtdec.c
regulator: pfuze100: add SPDX License
[u-boot] / lib / fdtdec.c
index 94372cc6cd5a08023c46a2fb21ff46e2c2420847..c072e54cffa6f9c3ac1955d806bb809f45d024f8 100644 (file)
@@ -1255,6 +1255,9 @@ int fdtdec_setup(void)
        /* FDT is at end of image */
        gd->fdt_blob = (ulong *)&_end;
 #  endif
+# elif defined(CONFIG_OF_BOARD)
+       /* Allow the board to override the fdt address. */
+       gd->fdt_blob = board_fdt_blob_setup();
 # elif defined(CONFIG_OF_HOSTFILE)
        if (sandbox_read_fdt_from_file()) {
                puts("Failed to read control FDT\n");