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:
parent
56c7e80155
commit
ba4ccf9348
|
@ -28,6 +28,7 @@ config SYS_BOARD
|
||||||
default "zynq"
|
default "zynq"
|
||||||
|
|
||||||
config SYS_VENDOR
|
config SYS_VENDOR
|
||||||
|
string "Vendor name"
|
||||||
default "xilinx"
|
default "xilinx"
|
||||||
|
|
||||||
config SYS_SOC
|
config SYS_SOC
|
||||||
|
|
Loading…
Reference in New Issue