diff mbox

[U-Boot] mach-zynq/Kconfig: Make SYS_VENDOR configurable

Message ID 1475041590-4061-1-git-send-email-mike.looijmans@topic.nl
State Accepted
Delegated to: Michal Simek
Headers show

Commit Message

Mike Looijmans Sept. 28, 2016, 5:46 a.m. UTC
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(+)

Comments

Michal Simek Sept. 29, 2016, 8:33 p.m. UTC | #1
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@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


Applied.

Thanks,
Michal
diff mbox

Patch

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