mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: zynqmp: Make SYS_VENDOR configurable
Add a string description for SYS_VENDOR to allow configuring boards from other vendors than just "xilinx". Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
de4914b4e2
commit
ef4cab9d4f
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ config SYS_BOARD
|
|||
default "zynqmp"
|
||||
|
||||
config SYS_VENDOR
|
||||
string "Vendor name"
|
||||
default "xilinx"
|
||||
|
||||
config SYS_SOC
|
||||
|
|
Loading…
Add table
Reference in a new issue