All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] Kconfig: zynqmp: Move config IDENT_STRING to Kconfig
@ 2016-07-29 10:01 Siva Durga Prasad Paladugu
  2016-07-29 10:01 ` [U-Boot] [PATCH 2/3] zynqmp: Move config IDENT_STRING to defconfig Siva Durga Prasad Paladugu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Siva Durga Prasad Paladugu @ 2016-07-29 10:01 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-09-21 15:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-29 10:01 [U-Boot] [PATCH 1/3] Kconfig: zynqmp: Move config IDENT_STRING to Kconfig Siva Durga Prasad Paladugu
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

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.