]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: Added new kconfig entry for IDENT_STRING
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Mon, 1 Aug 2016 05:06:19 +0000 (10:36 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 18 Aug 2016 06:14:21 +0000 (08:14 +0200)
Added new Kconfig entry for config IDENT_STRING.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
common/Kconfig

index 46e7173c7c90a00bebacfac7d6cc9edc9581efa4..cb46391575dddcd950d19cb5cbe6bd5bb483202f 100644 (file)
@@ -198,6 +198,12 @@ config CONSOLE_RECORD_IN_SIZE
          The buffer is allocated immediately after the malloc() region is
          ready.
 
+config IDENT_STRING
+       string "String to be added to uboot version"
+       help
+         This string will be added to the U-Boot version
+         information (U_BOOT_VERSION).
+
 config SYS_NO_FLASH
        bool "Disable support for parallel NOR flash"
        default n