All of lore.kernel.org
 help / color / mirror / Atom feed
From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] Kconfig: zynqmp: Move config IDENT_STRING to Kconfig
Date: Fri, 29 Jul 2016 15:31:47 +0530	[thread overview]
Message-ID: <1469786509-18626-1-git-send-email-sivadur@xilinx.com> (raw)

Move the config IDENT_STRING to Kconfig for ZynqMP.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
---
 common/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index 46e7173..011f9b3 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -198,6 +198,11 @@ config CONSOLE_RECORD_IN_SIZE
 	  The buffer is allocated immediately after the malloc() region is
 	  ready.
 
+config IDENT_STRING
+	string "Board specific string to be added to uboot version string"
+	help
+	  This options adds the board specific name to u-boot version.
+
 config SYS_NO_FLASH
 	bool "Disable support for parallel NOR flash"
 	default n
-- 
2.7.4

             reply	other threads:[~2016-07-29 10:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 10:01 Siva Durga Prasad Paladugu [this message]
2016-07-29 10:01 ` [U-Boot] [PATCH 2/3] zynqmp: Move config IDENT_STRING to defconfig Siva Durga Prasad Paladugu
2016-07-29 10:43   ` Jagan Teki
2016-07-29 11:14     ` Siva Durga Prasad Paladugu
2016-07-29 11:25       ` Michal Simek
2016-07-29 10:01 ` [U-Boot] [PATCH 3/3] zynqmp: Remove unnnecessary board config file for dc4 Siva Durga Prasad Paladugu
2016-07-29 10:52   ` Jagan Teki
2016-07-29 10:51 ` [U-Boot] [PATCH 1/3] Kconfig: zynqmp: Move config IDENT_STRING to Kconfig Jagan Teki
2016-07-29 11:18   ` Siva Durga Prasad Paladugu
2016-07-29 11:28     ` Jagan Teki
2016-09-21 15:30 ` [U-Boot] [U-Boot, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469786509-18626-1-git-send-email-sivadur@xilinx.com \
    --to=siva.durga.paladugu@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.