xilinx: Use variable for passing board_name
authorMichal Simek <michal.simek@xilinx.com>
Fri, 23 Jul 2021 07:55:59 +0000 (09:55 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:14:43 +0000 (08:14 +0200)
commit57f710320fcd18bb5deaa9654dbce4da4de9d987
tree3ef5ee11d7e846076656c3b392d4cac1a8bb882e
parent530560b6f8eb06f89ee6d940701a24747bf12d2b
xilinx: Use variable for passing board_name

Use variable which points to DEVICE_TREE by default. The reason for this
change is to enable DTB_RESELECT and MULTI_DTB_FIT where board detection
can be used for change DTB at run time. That's why there must be reference
in board_fit_config_name_match() via variable instead of hardcoding it
which is sufficient for that use case.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/common/board.c