From: Quentin Schulz Date: Thu, 15 Sep 2022 09:14:24 +0000 (+0200) Subject: rockchip: puma-rk3399: remove unused default ENV_OFFSET for SPI flashes X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=ba086c6260f3ad90471080fc3fa42b44d453cb35;p=u-boot.git rockchip: puma-rk3399: remove unused default ENV_OFFSET for SPI flashes CONFIG_ENV_OFFSET is set in the defconfig to a different value already so this isn't used. Let's remove it as to not confuse users. Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang --- diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig index 21946d984d..15af55574c 100644 --- a/board/theobroma-systems/puma_rk3399/Kconfig +++ b/board/theobroma-systems/puma_rk3399/Kconfig @@ -15,9 +15,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy config ENV_SIZE default 0x4000 -config ENV_OFFSET - default 0x3fc000 if ENV_IS_IN_SPI_FLASH - choice prompt "Theobroma Systems RK3399-Q7 DDR Option" default TARGET_PUMA_RK3399_RAM_DDR3_1333