projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b8b9b
)
arm: build mach-imx for i.MX8
author
Peng Fan
<peng.fan@nxp.com>
Thu, 18 Oct 2018 12:28:09 +0000
(14:28 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 22 Oct 2018 10:59:01 +0000
(12:59 +0200)
Build mach-imx for i.MX8
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/Makefile
b/arch/arm/Makefile
index 8f50560434b91d0f1daa5528833791f7e8041a9d..7285913b41912a41e677c1e6a69824496e20cfdb 100644
(file)
--- a/
arch/arm/Makefile
+++ b/
arch/arm/Makefile
@@
-105,7
+105,7
@@
ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6
libs-y += arch/arm/mach-imx/
endif
else
-ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m vf610))
+ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs mx8m
imx8
vf610))
libs-y += arch/arm/mach-imx/
endif
endif