rockchip: rk3399-puma: remove unnecessary simple-bin:fit:offset override

Since commit 6007b69d54 ("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 <kever.yang@rock-chips.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-06-06 10:45:33 +02:00 committed by Kever Yang
parent eeaa46a70e
commit b58e0d304b

View file

@ -33,12 +33,6 @@
}; };
&binman { &binman {
simple-bin {
fit {
offset = <((CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR - 64) * 512)>;
};
};
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE #ifdef CONFIG_ROCKCHIP_SPI_IMAGE
simple-bin-spi { simple-bin-spi {
fit { fit {