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
1 changed files with 2 additions and 2 deletions

4
env/Kconfig vendored
View File

@ -472,7 +472,7 @@ endif
if ARCH_ROCKCHIP if ARCH_ROCKCHIP
config ENV_OFFSET config ENV_OFFSET
hex hex "Environment offset"
depends on !ENV_IS_IN_UBI depends on !ENV_IS_IN_UBI
depends on !ENV_IS_NOWHERE depends on !ENV_IS_NOWHERE
default 0x3f8000 default 0x3f8000
@ -480,7 +480,7 @@ config ENV_OFFSET
Offset from the start of the device (or partition) Offset from the start of the device (or partition)
config ENV_SIZE config ENV_SIZE
hex hex "Environment size"
default 0x8000 default 0x8000
help help
Size of the environment storage area Size of the environment storage area