]> git.sur5r.net Git - u-boot/blobdiff - board/theobroma-systems/lion_rk3368/fit_spl_atf.its
SPDX: Convert all of our multiple license tags to Linux Kernel style
[u-boot] / board / theobroma-systems / lion_rk3368 / fit_spl_atf.its
index 405750f3517b5588428626a9b136044b736d3868..6b04fbc7da694343f79b68b3441686aacee34f06 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ OR X11 */
 /*
  * Copyright (C) 2017 Theobroma Systems Design und Consulting GmbH
  *
  * Minimal dts for a SPL FIT image payload.
- *
- * SPDX-License-Identifier: GPL-2.0+  X11
  */
 
 /dts-v1/;
@@ -17,6 +16,7 @@
                        description = "U-Boot (64-bit)";
                        data = /incbin/("../../../u-boot-nodtb.bin");
                        type = "standalone";
+                       os = "U-Boot";
                        arch = "arm64";
                        compression = "none";
                        load = <0x00200000>;
                        description = "ARM Trusted Firmware";
                        data = /incbin/("../../../bl31-rk3368.bin");
                        type = "firmware";
+                       os = "arm-trusted-firmware";
                        arch = "arm64";
                        compression = "none";
-                       load = <0x00010000>;
-                       entry = <0x00010000>;
+                       load = <0x00100000>;
+                       entry = <0x00100000>;
                };
 
                fdt {
@@ -43,8 +44,8 @@
                default = "conf";
                conf {
                        description = "Theobroma Systems RK3368-uQ7 (Puma) SoM";
-                       firmware = "uboot";
-                       loadables = "atf";
+                       firmware = "atf";
+                       loadables = "uboot";
                        fdt = "fdt";
                };
        };