diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-12-09 10:43:03 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:56 +0100 |
commit | 0417ef17ac1d164f09d12cab0b8e3da03ffb5da3 (patch) | |
tree | 8fc40dc11c2d6d4355d37e2712d7d4129fb43994 /board/ea/mx7ulp_com/Makefile | |
parent | 97c42757717f8de780de41857db15d1ba47e9e44 (diff) |
mx7ulp: Add support for Embedded Artists COM board
The Embedded Artists COM board is based on NXP i.MX7ULP.
It has a BD70528 PMIC from Rohm with discrete DCDC powering option and
improved current observability (compared to the existing NXP i.MX7ULP EVK).
Add the initial support for the board.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'board/ea/mx7ulp_com/Makefile')
-rw-r--r-- | board/ea/mx7ulp_com/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/ea/mx7ulp_com/Makefile b/board/ea/mx7ulp_com/Makefile new file mode 100644 index 0000000000..b3b230b172 --- /dev/null +++ b/board/ea/mx7ulp_com/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2016 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := mx7ulp_com.o |