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:
parent
2c655b73ba
commit
258d2dcb26
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue