mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
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:
parent
eeaa46a70e
commit
b58e0d304b
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue