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

2016-09-29 Thread Michal Simek
2016-09-27 22:46 GMT-07:00 Mike Looijmans : > Add a string description for SYS_VENDOR to allow configuring boards from > other vendors than just "xilinx". > > Signed-off-by: Mike Looijmans > --- > This patch is needed to support a set of Zynq and ZynqMP boards > > arch/arm/mach-zynq/Kconfig | 1

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

2016-09-27 Thread Mike Looijmans
Add a string description for SYS_VENDOR to allow configuring boards from other vendors than just "xilinx". Signed-off-by: Mike Looijmans --- 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/ma

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

2016-09-26 Thread Mike Looijmans
Add a string description for SYS_VENDOR to allow configuring boards from other vendors than just "xilinx". Signed-off-by: Mike Looijmans --- 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..4934f