mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: zynq: Enable setup board name for different boards
There is no need to use zynq name as SYS_BOARD for all boards. The patch is adding an option to change it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
41b7d7f241
commit
3b2b2ccac7
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ config ZYNQ_DDRC_INIT
|
|||
want to skip ddr init and this option is useful for it.
|
||||
|
||||
config SYS_BOARD
|
||||
string "Board name"
|
||||
default "zynq"
|
||||
|
||||
config SYS_VENDOR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue