fix: Provide a separate configuration macro for boot environment in RAM.

This commit is contained in:
boxi 2021-04-26 20:15:46 +08:00 committed by Gitee
parent bc67393a67
commit e28e06b08f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ config BOOTENV_ADDR
Boot command line addr, range from 0 to 1MB. Boot command line addr, range from 0 to 1MB.
config BOOTENV_RAM config BOOTENV_RAM
bool "Storage bootenv in RAM" bool "Read bootenv from RAM"
default n default n
depends on PLATFORM_ROOTFS depends on PLATFORM_ROOTFS
help help