diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-12-16 17:01:44 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2016-02-19 15:12:13 +0100 |
commit | 522e4fbb7676de12767b61ce89cef6656476809e (patch) | |
tree | c2262b7d43f667e4ade9c614958516a9f85f59cc /board/l+g/vinco/Makefile | |
parent | f7cf291aa788eb5b64c0d16de529b1a378f509bb (diff) | |
download | u-boot-522e4fbb7676de12767b61ce89cef6656476809e.tar.gz |
ARM: Add Support for the VInCo platform
The Versatile Industrial Communication platform is a community oriented
board from Landis + Gyr. It comes with:
- an RS-485 port
- 2 Ethernet ports
- a wireless M-BUS
- a 4G modem
- a 4MB SPI flash
- a 4GB eMMC
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
[rebase on current TOT]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/l+g/vinco/Makefile')
-rw-r--r-- | board/l+g/vinco/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/l+g/vinco/Makefile b/board/l+g/vinco/Makefile new file mode 100644 index 0000000000..a2b8a2bc4a --- /dev/null +++ b/board/l+g/vinco/Makefile @@ -0,0 +1 @@ +obj-y += vinco.o |