diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-08 14:36:53 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:24 +0800 |
commit | 62c6437a7d3b07965d35f86c5bc53d4b27686230 (patch) | |
tree | 1cbc2d4b4d54ae338d52c9067d8a1fcd4f7e162c /board/freescale/mx6ul_14x14_ddr3_arm2/Makefile | |
parent | b224cafc1c2eed90afc05e61d00366e56c1a8b5d (diff) | |
download | u-boot-imx-62c6437a7d3b07965d35f86c5bc53d4b27686230.zip u-boot-imx-62c6437a7d3b07965d35f86c5bc53d4b27686230.tar.gz u-boot-imx-62c6437a7d3b07965d35f86c5bc53d4b27686230.tar.bz2 |
MLK-14382-1 mx6ularm2: Add DDR3 and LPDDR2 ARM2 board codes
Move the mx6ul DDR3/LPDDR2 ARM2 boards codes from v2016.03 u-boot as
the base for OF_CONTROL enabling.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale/mx6ul_14x14_ddr3_arm2/Makefile')
-rw-r--r-- | board/freescale/mx6ul_14x14_ddr3_arm2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mx6ul_14x14_ddr3_arm2/Makefile b/board/freescale/mx6ul_14x14_ddr3_arm2/Makefile new file mode 100644 index 0000000..31e2fb0 --- /dev/null +++ b/board/freescale/mx6ul_14x14_ddr3_arm2/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2015 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := mx6ul_14x14_ddr3_arm2.o |