]> git.ipfire.org Git - thirdparty/u-boot.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>
Tue, 24 Aug 2021 13:57:59 +0000 (15:57 +0200)
commit5f33ed768964602636a5dc471013cd89b1c22e3b
tree68836fba028da426214258b182abd5503c028402
parent27224fd32bbfc08247ccb0229c3375901339857d
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