All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mach-zynq/Kconfig: Make SYS_VENDOR configurable
@ 2016-09-26  9:02 Mike Looijmans
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Looijmans @ 2016-09-26  9:02 UTC (permalink / raw)
  To: u-boot

Add a string description for SYS_VENDOR to allow configuring boards from
other vendors than just "xilinx".

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
 arch/arm/mach-zynq/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index a1175ee..4934fc8 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -28,6 +28,7 @@ config SYS_BOARD
 	default "zynq"
 
 config SYS_VENDOR
+	string "Vendor name"
 	default "xilinx"
 
 config SYS_SOC
-- 
1.9.1

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

* [U-Boot] [PATCH] mach-zynq/Kconfig: Make SYS_VENDOR configurable
  2016-09-28  5:46 Mike Looijmans
@ 2016-09-29 20:33 ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2016-09-29 20:33 UTC (permalink / raw)
  To: u-boot

2016-09-27 22:46 GMT-07:00 Mike Looijmans <mike.looijmans@topic.nl>:

> Add a string description for SYS_VENDOR to allow configuring boards from
> other vendors than just "xilinx".
>
> Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
> ---
> This patch is needed to support a set of Zynq and ZynqMP boards
>
>  arch/arm/mach-zynq/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
> index 44e16af..c465918 100644
> --- a/arch/arm/mach-zynq/Kconfig
> +++ b/arch/arm/mach-zynq/Kconfig
> @@ -28,6 +28,7 @@ config SYS_BOARD
>         default "zynq"
>
>  config SYS_VENDOR
> +       string "Vendor name"
>         default "xilinx"
>
>  config SYS_SOC
> --
> 1.9.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


Applied.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform

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

* [U-Boot] [PATCH] mach-zynq/Kconfig: Make SYS_VENDOR configurable
@ 2016-09-28  5:46 Mike Looijmans
  2016-09-29 20:33 ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Looijmans @ 2016-09-28  5:46 UTC (permalink / raw)
  To: u-boot

Add a string description for SYS_VENDOR to allow configuring boards from
other vendors than just "xilinx".

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
This patch is needed to support a set of Zynq and ZynqMP boards

 arch/arm/mach-zynq/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index 44e16af..c465918 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -28,6 +28,7 @@ config SYS_BOARD
 	default "zynq"
 
 config SYS_VENDOR
+	string "Vendor name"
 	default "xilinx"
 
 config SYS_SOC
-- 
1.9.1

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

end of thread, other threads:[~2016-09-29 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-26  9:02 [U-Boot] [PATCH] mach-zynq/Kconfig: Make SYS_VENDOR configurable Mike Looijmans
2016-09-28  5:46 Mike Looijmans
2016-09-29 20:33 ` Michal Simek

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.