]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/microblaze/lib/board.c
dts: re-write dts/Makefile more simply with Kbuild
[karo-tx-uboot.git] / arch / microblaze / lib / board.c
index 59956a8673d46e5a56a604dc9612ec7634cf794e..fafeeaebd6395acd9353bf92a4c1c3eaae0492ee 100644 (file)
@@ -87,7 +87,7 @@ void board_init_f(ulong not_used)
 
 #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 */
        gd->fdt_blob = (void *)__end;