commit | f4f876cb506dcae3dbf5505b8d2c92f77369988f | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Oct 18 14:28:25 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Oct 22 12:59:01 2018 +0200 |
tree | 2767e1151e630bf9d76959aa11fbcf72c1d59041 | |
parent | 9b39be9c532c54b1d6e0c7dbdbd83b2309c1c03e [diff] [blame] |
imx8: add iomux configuration api Add iomux configuration api. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
diff --git a/arch/arm/mach-imx/imx8/Makefile b/arch/arm/mach-imx/imx8/Makefile index 5787613..31ad169 100644 --- a/arch/arm/mach-imx/imx8/Makefile +++ b/arch/arm/mach-imx/imx8/Makefile
@@ -4,4 +4,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += cpu.o +obj-y += cpu.o iomux.o