Skip to content

Commit 38ba8ff

Browse files
env: Kconfig: Add option to define image memory layout environment
Signed-off-by: Joseph Chen <[email protected]> Change-Id: I08eaa48467b1c9ac9558678410965aff27da9846
1 parent e31de61 commit 38ba8ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

env/Kconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,20 @@ config ENVF_LIST
461461
help
462462
The environment white list.
463463

464+
config ENV_MEM_LAYOUT
465+
bool "Enable environment for the Image memory layout"
466+
default n
467+
help
468+
Use this if you want to define CONFIG_ENV_MEM_LAYOUT_SETTINGS
469+
to override the system default environments in plat header.
470+
471+
config ENV_MEM_LAYOUT_SETTINGS
472+
string "Environment of the Image memory layout settings"
473+
depends on ENV_MEM_LAYOUT
474+
default ""
475+
help
476+
The environment settings of Image memory layout.
477+
464478
if ARCH_SUNXI
465479

466480
config ENV_OFFSET

0 commit comments

Comments
 (0)