diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-03-06 07:46:30 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-03-12 10:23:03 +0100 |
commit | 59189a8b26793ace1b7d0eee9496875ac8713299 (patch) | |
tree | 1ef0c4d4ba8a38443900ff20b22ed4bb4dc44ab7 /board/gateworks/gw_ventana/Makefile | |
parent | 1ad6364eeb4f578e423081d1748e8a3fdf1ab01d (diff) | |
download | u-boot-imx-59189a8b26793ace1b7d0eee9496875ac8713299.zip u-boot-imx-59189a8b26793ace1b7d0eee9496875ac8713299.tar.gz u-boot-imx-59189a8b26793ace1b7d0eee9496875ac8713299.tar.bz2 |
ventana: Add Gateworks Ventana family support
Gateworks Ventana is a product family based on the i.MX6. This
patch adds support for all boards in the Ventana family. Where
possible, data from the boards EEPROM is used to determine various
details about the board at runtime.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/Makefile')
-rw-r--r-- | board/gateworks/gw_ventana/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/Makefile b/board/gateworks/gw_ventana/Makefile new file mode 100644 index 0000000..e8dab89 --- /dev/null +++ b/board/gateworks/gw_ventana/Makefile @@ -0,0 +1,10 @@ +# +# Copyright (C) 2012-2013, Guennadi Liakhovetski <lg@denx.de> +# (C) Copyright 2012-2013 Freescale Semiconductor, Inc. +# Copyright (C) 2013, Gateworks Corporation +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := gw_ventana.o gsc.o + |