Add 'u-boot' as the phase for the images intended for use with U-Boot
proper.

Signed-off-by: Simon Glass <s...@chromium.org>
---

(no changes since v1)

 arch/arm/dts/rockchip-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rockchip-u-boot.dtsi 
b/arch/arm/dts/rockchip-u-boot.dtsi
index 79f4188b76b..c899e8e6005 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -52,6 +52,7 @@
                                compression = COMP;
                                load = <CONFIG_TEXT_BASE>;
                                entry = <CONFIG_TEXT_BASE>;
+                               phase = "u-boot";
                                u-boot-nodtb {
                                        compress = COMP;
                                };
@@ -70,6 +71,7 @@
                                arch = ARCH;
                                os = "arm-trusted-firmware";
                                compression = "none";
+                               phase = "u-boot";
                                fit,load;
                                fit,entry;
                                fit,data;
@@ -89,6 +91,7 @@
                                arch = ARCH;
                                os = "tee";
                                compression = "none";
+                               phase = "u-boot";
                                fit,load;
                                fit,entry;
                                fit,data;
@@ -111,6 +114,7 @@
                                compression = "none";
                                load = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
                                entry = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
+                               phase = "u-boot";
 
                                tee-os {
                                };
-- 
2.43.0

Reply via email to