[PATCH 12/29] rockchip: Specify the phase in the image
Simon Glass
sjg at chromium.org
Wed Feb 5 02:55:02 CET 2025
Add 'u-boot' as the phase for the images intended for use with U-Boot
proper.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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 281119a53d3..8c6e62398a4 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -53,6 +53,7 @@
compression = COMP;
load = <CONFIG_TEXT_BASE>;
entry = <CONFIG_TEXT_BASE>;
+ phase = "u-boot";
u-boot-nodtb {
compress = COMP;
};
@@ -71,6 +72,7 @@
arch = ARCH;
os = "arm-trusted-firmware";
compression = "none";
+ phase = "u-boot";
fit,load;
fit,entry;
fit,data;
@@ -90,6 +92,7 @@
arch = ARCH;
os = "tee";
compression = "none";
+ phase = "u-boot";
fit,load;
fit,entry;
fit,data;
@@ -112,6 +115,7 @@
compression = "none";
load = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
entry = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
+ phase = "u-boot";
tee-os {
};
--
2.43.0
More information about the U-Boot
mailing list