From 258d2dcb26879538abc00fc64a8a34c45c046465 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Fri, 13 Nov 2020 09:22:12 +0000 Subject: [PATCH] env: Kconfig: add entry for ENV offset and size Signed-off-by: Joseph Chen Change-Id: I8609519d0dc5519b57201406d1f7ae4948b0e9b3 --- env/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/Kconfig b/env/Kconfig index 48cec9b8f8..1a18e2cf93 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -472,7 +472,7 @@ endif if ARCH_ROCKCHIP config ENV_OFFSET - hex + hex "Environment offset" depends on !ENV_IS_IN_UBI depends on !ENV_IS_NOWHERE default 0x3f8000 @@ -480,7 +480,7 @@ config ENV_OFFSET Offset from the start of the device (or partition) config ENV_SIZE - hex + hex "Environment size" default 0x8000 help Size of the environment storage area