ARM: zynq: Make SYS_VENDOR configurable

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>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Mike Looijmans
2016-11-15 15:27:50 +01:00
committed by Michal Simek
parent 56c7e80155
commit ba4ccf9348
+1
View File
@@ -28,6 +28,7 @@ config SYS_BOARD
default "zynq"
config SYS_VENDOR
string "Vendor name"
default "xilinx"
config SYS_SOC