Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / arch / mips / generic / board-xilfpga.its.S
index a2e773d..08c1e90 100644 (file)
@@ -1,22 +1,22 @@
 / {
        images {
-               fdt@xilfpga {
+               fdt-xilfpga {
                        description = "MIPSfpga (xilfpga) Device Tree";
                        data = /incbin/("boot/dts/xilfpga/nexys4ddr.dtb");
                        type = "flat_dt";
                        arch = "mips";
                        compression = "none";
-                       hash@0 {
+                       hash {
                                algo = "sha1";
                        };
                };
        };
 
        configurations {
-               conf@xilfpga {
+               conf-xilfpga {
                        description = "MIPSfpga Linux kernel";
-                       kernel = "kernel@0";
-                       fdt = "fdt@xilfpga";
+                       kernel = "kernel";
+                       fdt = "fdt-xilfpga";
                };
        };
 };