summaryrefslogtreecommitdiff
path: root/doc/uImage.FIT/multi-with-fpga.its
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uImage.FIT/multi-with-fpga.its')
-rw-r--r--doc/uImage.FIT/multi-with-fpga.its3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/uImage.FIT/multi-with-fpga.its b/doc/uImage.FIT/multi-with-fpga.its
index 47ee5760c4..021cbc7cf4 100644
--- a/doc/uImage.FIT/multi-with-fpga.its
+++ b/doc/uImage.FIT/multi-with-fpga.its
@@ -29,6 +29,7 @@
arch = "arm";
compression = "none";
load = <0x30000000>;
+ compatible = "u-boot,fpga-legacy"
hash-1 {
algo = "md5";
};
@@ -61,7 +62,7 @@
description = "Linux with fpga";
kernel = "linux_kernel";
fdt = "fdt-1";
- fpga = "fpga";
+ loadables = "fpga";
};
};
};