summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2024-06-06 10:45:32 +0200
committerQuentin Schulz <quentin.schulz@cherry.de>2024-07-02 11:30:33 +0200
commit7a388168b50042bcbdf1f4c97913429a930d6c7f (patch)
treec03ff6bec7a3c8d352826fdd253ef17b763adea0
parent93755c2a54a4c296cd4d54baad10839b33d6ee02 (diff)
UPSTREAM: rockchip: rk3399-puma: remove default value from defconfig
CONFIG_ENV_OFFSET already defaults to 0x3F8000, however it is stored in lowercase hexdigits instead of uppercase like in the defconfig. No change in behavior intended. Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> (cherry picked from commit eeaa46a70e18d1afb27dbf096c2536294d2d0a4d) Relates-to: TIGR-184 Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
-rw-r--r--configs/puma-rk3399_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 34a0b575991..42819102d70 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -6,7 +6,6 @@ CONFIG_SPL_GPIO=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_SF_DEFAULT_SPEED=20000000
CONFIG_ENV_SIZE=0x3000
-CONFIG_ENV_OFFSET=0x3F8000
CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3399-puma-haikou"
CONFIG_DM_RESET=y
CONFIG_ROCKCHIP_RK3399=y