From e28e06b08f5b28091153e584cb9d93014a9f2b10 Mon Sep 17 00:00:00 2001 From: boxi Date: Mon, 26 Apr 2021 20:15:46 +0800 Subject: [PATCH] fix: Provide a separate configuration macro for boot environment in RAM. --- kernel/common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/common/Kconfig b/kernel/common/Kconfig index 6c742c51..000bccd5 100644 --- a/kernel/common/Kconfig +++ b/kernel/common/Kconfig @@ -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 -- GitLab