diff options
| author | Quentin Schulz <[email protected]> | 2024-06-06 10:45:33 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-06-14 17:11:29 +0800 |
| commit | b58e0d304b1896f70ab1ba66a2162d0df9deef6b (patch) | |
| tree | 36c0326dd74d4401e8562468eb363b90f316f694 | |
| parent | eeaa46a70e18d1afb27dbf096c2536294d2d0a4d (diff) | |
rockchip: rk3399-puma: remove unnecessary simple-bin:fit:offset override
Since commit 6007b69d544e ("rockchip: rk3399-puma: Update SPL_PAD_TO
Kconfig option"), SPL_PAD_TO matches
(CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR - 64) * 512 and the default
value for simple-bin:fit:offset in rockchip-u-boot.dtsi is
SPL_PAD_TO, so let's remove this override.
Reviewed-by: Kever Yang <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi b/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi index 5a9bd320ec4..55895d0dd19 100644 --- a/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi +++ b/arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi @@ -33,12 +33,6 @@ }; &binman { - simple-bin { - fit { - offset = <((CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR - 64) * 512)>; - }; - }; - #ifdef CONFIG_ROCKCHIP_SPI_IMAGE simple-bin-spi { fit { |
