diff options
author | Michal Simek | 2020-03-31 12:39:37 +0200 |
---|---|---|
committer | Michal Simek | 2020-04-27 13:57:17 +0200 |
commit | 80fdef12b22ab70f9d83343016abcd3b50a87d7c (patch) | |
tree | 1a68cd61505459368f30eed14640bbdf5004adf0 /board/bitmain | |
parent | b72f4505277369bb9d8013370d5f316aff49f596 (diff) |
xilinx: Introduce board_late_init_xilinx()
This function should keep common shared late configurations for Xilinx
SoCs.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/bitmain')
-rw-r--r-- | board/bitmain/antminer_s9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bitmain/antminer_s9/Makefile b/board/bitmain/antminer_s9/Makefile index 93a1e77f72b..1af01d6d808 100644 --- a/board/bitmain/antminer_s9/Makefile +++ b/board/bitmain/antminer_s9/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 obj-y := board.o +obj-y += ../../xilinx/common/board.o # Remove quotes hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) |