diff options
author | Peter Senna Tschudin <peter.senna@collabora.com> | 2017-11-06 19:14:11 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-11-20 09:59:02 +0100 |
commit | 6b0071c11088471d0ba9716fcb14207f46dc2c21 (patch) | |
tree | b9fd6a2235deb1a7ef2327e728a13fa4718ff654 /board/ge/mx53ppd/Makefile | |
parent | b418dfe16e62ffb6062e2acc5471821c011bc9cd (diff) | |
download | u-boot-6b0071c11088471d0ba9716fcb14207f46dc2c21.tar.gz |
mx53: Add Board support for GE PPD
Create board support for GE PPD, based on mx53loco.
Use mx53ppd_defconfig make target to configure for this board.
Signed-off-by: Peter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Nandor Han <nandor.han@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/ge/mx53ppd/Makefile')
-rw-r--r-- | board/ge/mx53ppd/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/ge/mx53ppd/Makefile b/board/ge/mx53ppd/Makefile new file mode 100644 index 0000000000..928edfbad6 --- /dev/null +++ b/board/ge/mx53ppd/Makefile @@ -0,0 +1,12 @@ +# Copyright 2017 General Electric Company +# +# Based on board/freescale/mx53loco/Makefile: +# +# (C) Copyright 2011 Freescale Semiconductor, Inc. +# Jason Liu <r64343@freescale.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += mx53ppd.o +obj-$(CONFIG_VIDEO) += mx53ppd_video.o |