rockchip: puma-rk3399: remove useless CONFIG_SYS_SPI_U_BOOT_OFFS
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Thu, 15 Sep 2022 09:14:28 +0000 (11:14 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 19 Oct 2022 11:30:49 +0000 (19:30 +0800)
commita913c03c1684ab82196065fd5c1db9bf4442d00d
treeb70df2081a699e886952c2f655545097c253b84b
parentb1f1b4a5a528eeefea283ccca2ee9777cb10c840
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 <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/puma-rk3399_defconfig