
28 Sep
2016
28 Sep
'16
7:46 a.m.
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