commit | c88975ee345ff82fcf2dbe5a57ac9e7ff87607ed | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Fri Jul 23 09:55:59 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Aug 26 08:14:43 2021 +0200 |
tree | 3ef5ee11d7e846076656c3b392d4cac1a8bb882e | |
parent | be5f572c07731e3b7b01e006b67a1d9bd7ae60a6 [diff] |
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>