env: Kconfig: add entry for ENV offset and size

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I8609519d0dc5519b57201406d1f7ae4948b0e9b3
This commit is contained in:
Joseph Chen
2020-11-13 09:22:12 +00:00
parent 2c655b73ba
commit 258d2dcb26
Vendored
+2 -2
View File
@@ -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