]> git.sur5r.net Git - u-boot/commit
arm: socfpga: Add do_bridge_reset for Arria 10
authorLey Foon Tan <ley.foon.tan@intel.com>
Fri, 1 Jun 2018 08:13:19 +0000 (16:13 +0800)
committerMarek Vasut <marex@denx.de>
Thu, 12 Jul 2018 07:22:12 +0000 (09:22 +0200)
commit2e1de5bd97e6330c01c38efe788672bafda86f81
treef5b087b57e722f36078c2ba34bbc268f182fb6e7
parenta684729a15e41c757d443d064109d94357d6e76a
arm: socfpga: Add do_bridge_reset for Arria 10

Add do_bridge_reset() function for Arria 10, it is required by misc.c.

arch/arm/mach-socfpga/built-in.o: In function `do_bridge':
arch/arm/mach-socfpga/misc.c:221: undefined reference to `do_bridge_reset'
make[1]: *** [u-boot] Error 1

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/misc_arria10.c