From: Quentin Schulz Date: Thu, 15 Sep 2022 09:14:28 +0000 (+0200) Subject: rockchip: puma-rk3399: remove useless CONFIG_SYS_SPI_U_BOOT_OFFS X-Git-Tag: v2025.01-rc5-pxa1908~1242^2~5 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=a913c03c1684ab82196065fd5c1db9bf4442d00d;p=u-boot.git rockchip: puma-rk3399: remove useless CONFIG_SYS_SPI_U_BOOT_OFFS The SPL payload offset when booting from SPI defaults to CONFIG_SYS_SPI_U_BOOT_OFFS but can be overridden by u-boot,spl-payload-offset. The Device Tree for Puma Haikou has this property so there's no need to have this one option in the defconfig, especially since they are not in sync and therefore confusing. Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang --- diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index cfa743668b..8c153e66e0 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -36,7 +36,6 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200 CONFIG_SPL_I2C=y CONFIG_SPL_POWER=y CONFIG_SPL_SPI_LOAD=y -CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000 CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y