fix: Provide a separate configuration macro for boot environment in RAM.
This commit is contained in:
parent
bc67393a67
commit
e28e06b08f
|
@ -35,7 +35,7 @@ config BOOTENV_ADDR
|
|||
Boot command line addr, range from 0 to 1MB.
|
||||
|
||||
config BOOTENV_RAM
|
||||
bool "Storage bootenv in RAM"
|
||||
bool "Read bootenv from RAM"
|
||||
default n
|
||||
depends on PLATFORM_ROOTFS
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue