]> git.sur5r.net Git - u-boot/blobdiff - common/board_f.c
dts: re-write dts/Makefile more simply with Kbuild
[u-boot] / common / board_f.c
index aa70c3e57de67e5041225abd88b6080fa46ca692..d0ee6f76566b54001db6331268a81362dd570ca0 100644 (file)
@@ -360,7 +360,7 @@ static int setup_fdt(void)
 {
 #ifdef CONFIG_OF_EMBED
        /* Get a pointer to the FDT */
-       gd->fdt_blob = _binary_dt_dtb_start;
+       gd->fdt_blob = __dtb_dt_begin;
 #elif defined CONFIG_OF_SEPARATE
        /* FDT is at end of image */
 # ifdef CONFIG_SYS_SYM_OFFSETS