microblaze: Add support for device tree driven board configuration
[platform/kernel/u-boot.git] / arch / microblaze / cpu / u-boot.lds
index ee41145..d033a28 100644 (file)
@@ -45,6 +45,7 @@ SECTIONS
        .data ALIGN(0x4):
        {
                __data_start = .;
+               dts/libdts.o (.data)
                *(.data)
                __data_end = .;
        }