summaryrefslogtreecommitdiff
path: root/board/freescale/common
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-07-26 11:41:10 +0300
committerStefano Babic <sbabic@denx.de>2022-07-26 12:29:01 +0300
commit86a179703c3b514fffa13aef191f2b86cfc11f8e (patch)
treedb789ba4f2af7da4127a549cf60861450dd414e8 /board/freescale/common
parent0da3d96e109b93a2e6248cbac25c177e03a6837e (diff)
downloadu-boot-86a179703c3b514fffa13aef191f2b86cfc11f8e.tar.xz
imx: imx93_evk: Add basic board support
Add basic board codes and defconfig for i.MX93 11x11 EVK board. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale/common')
-rw-r--r--board/freescale/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index 4214c6e46e..7c93d30e1d 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -65,7 +65,7 @@ obj-$(CONFIG_ZM7300) += zm7300.o
obj-$(CONFIG_POWER_PFUZE100) += pfuze.o
obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze.o
obj-$(CONFIG_POWER_MC34VR500) += mc34vr500.o
-ifneq (,$(filter $(SOC), imx8ulp))
+ifneq (,$(filter $(SOC), imx8ulp imx9))
obj-y += mmc.o
endif