[PATCH v5 22/25] rockchip: Update binman image for new skip-at-start setup
Simon Glass
sjg at chromium.org
Mon May 26 12:15:08 CEST 2025
Now that the skip-at-start feature is properly used in Binman, drop the
various workarounds in the image.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v2)
Changes in v2:
- Split out the fixes for skip-at-start into a new patch
arch/arm/dts/rockchip-vpl-u-boot.dtsi | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/arch/arm/dts/rockchip-vpl-u-boot.dtsi b/arch/arm/dts/rockchip-vpl-u-boot.dtsi
index 66dcf36010e..63e6a5416c5 100644
--- a/arch/arm/dts/rockchip-vpl-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-vpl-u-boot.dtsi
@@ -28,7 +28,6 @@
bootph-verify;
compatible = "fwupd,vbe-abrec";
storage = "mmc0";
- skip-offset = <0x8000>;
area-start = <0x7f8000>;
area-size = <0x800000>;
state-offset = <(0x7f8000 - 0x400)>;
@@ -133,7 +132,7 @@
vpl {
type = "fit";
- offset = <(CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 0x200 + 0x8000)>;
+ offset = <(CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 0x200)>;
description = "FIT image for U-Boot TPL";
#address-cells = <1>;
fit,fdt-list = "of-list";
@@ -178,7 +177,7 @@
# ifdef CONFIG_BOOTMETH_VBE_ABREC
vbe-a {
type = "section";
- offset = <(CONFIG_SPL_PAD_TO + 0x8000)>;
+ offset = <CONFIG_SPL_PAD_TO>;
spl-a {
insert-template = <&spl_template>;
size = <0x100000>;
@@ -215,7 +214,7 @@
# else /* CONFIG_BOOTMETH_VBE_SIMPLE */
vbe {
type = "fit";
- offset = <(CONFIG_SPL_PAD_TO + 0x8000)>;
+ offset = <CONFIG_SPL_PAD_TO>;
insert-template = <&fit_template>;
};
# endif /* VBE method */
--
2.43.0
More information about the U-Boot
mailing list