At the moment CONFIG_TIMESTAMP help text is inherited from U-Boot.
Fix it in accordance with barebox realities.

Signed-off-by: Antony Pavlov <antonynpav...@gmail.com>
---
 common/Kconfig | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index c8c23a8e03a..3efa8402b9b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -533,12 +533,11 @@ config TIMESTAMP
        bool
        default y
        select GREGORIAN_CALENDER
-       prompt "print timestamp information from images"
+       prompt "print timestamp information from uImages"
        help
          When CONFIG_TIMESTAMP is selected, the timestamp
-         (date and time) of an image is printed by image
-         commands like bootm or iminfo. This option is
-         automatically enabled when you select CFG_CMD_DATE .
+         (date and time) of an uImage is printed by image
+         commands like bootm or uimage.
 
 menuconfig BOOTM
        select UIMAGE
-- 
2.39.0


Reply via email to