From: Siva Durga Prasad Paladugu Date: Mon, 1 Aug 2016 05:06:19 +0000 (+0530) Subject: Kconfig: Added new kconfig entry for IDENT_STRING X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8284789a555ddccad5b008880e00dc8946aae591;p=thirdparty%2Fu-boot.git Kconfig: Added new kconfig entry for IDENT_STRING Added new Kconfig entry for config IDENT_STRING. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/common/Kconfig b/common/Kconfig index 46e7173c7c9..cb46391575d 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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