summaryrefslogtreecommitdiffstats
path: root/board/highbank/Makefile
diff options
context:
space:
mode:
authorMark Langsdorf <mark.langsdorf@gmail.com>2015-06-05 00:58:49 +0100
committerTom Rini <trini@konsulko.com>2015-06-15 10:57:25 -0400
commitef51c416bc582f39ceab17ee7632039355091189 (patch)
tree279804cc7b8f9daa2e2b898315f27e7ba8000092 /board/highbank/Makefile
parentf8b009e8b783519023ab4ee0bfff59c0eef3ffdd (diff)
downloadtalos-obmc-uboot-ef51c416bc582f39ceab17ee7632039355091189.tar.gz
talos-obmc-uboot-ef51c416bc582f39ceab17ee7632039355091189.zip
highbank: add custom ahci_link_up function
The Calxeda highbank SOC needs a custom sequence to bring up SATA links, so override ahci_link_up with custom function to handle combophy setup. Signed-off-by: Mark Langsdorf <mark.langsdorf@gmail.com> Signed-off-by: Richard Gibbs Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Andre Przywara <osp@andrep.de>
Diffstat (limited to 'board/highbank/Makefile')
-rw-r--r--board/highbank/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/highbank/Makefile b/board/highbank/Makefile
index d3eb23220b..ce7ee68d4a 100644
--- a/board/highbank/Makefile
+++ b/board/highbank/Makefile
@@ -5,4 +5,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y := highbank.o
+obj-y := highbank.o ahci.o
OpenPOWER on IntegriCloud