diff mbox series

[U-Boot,1/1] env/Kconfig: Add descriptions so environment options can be modified.

Message ID 1524519830-25871-1-git-send-email-kristian.amlie@northern.tech
State Deferred
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] env/Kconfig: Add descriptions so environment options can be modified. | expand

Commit Message

Kristian Amlie April 23, 2018, 9:43 p.m. UTC
Without a description they always revert to their defaults regardless
of what is in the defconfig file.

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
---
 env/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/env/Kconfig b/env/Kconfig
index bef6e89..f8d5ddb 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -430,7 +430,7 @@  endif
 if ARCH_ROCKCHIP
 
 config ENV_OFFSET
-	hex
+	hex "Environment offset"
 	depends on !ENV_IS_IN_UBI
 	depends on !ENV_IS_NOWHERE
 	default 0x3f8000
@@ -438,7 +438,7 @@  config ENV_OFFSET
 	  Offset from the start of the device (or partition)
 
 config ENV_SIZE
-	hex
+	hex "Environment size"
 	default 0x8000
 	help
 	  Size of the environment storage area