]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4ea8f83d2505c7c1d12062858d22c46fe30a3ebf
tree3ef5ee11d7e846076656c3b392d4cac1a8bb882e
parentb8b3c1b849696f42ebe3c3e766c44dcedb60ab19
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