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