diff options
author | Mauro Condarelli <mc5686@mclink.it> | 2020-02-18 09:34:48 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-04-27 20:30:14 +0200 |
commit | 3fd023143237a5271a21ccec4b94440df257a5a7 (patch) | |
tree | ac9e2b46c165eea68da893c14f2236d66eca8604 /board/vocore/vocore2/Makefile | |
parent | 04d21a93fa36e43f992ed224dc9615492c578ce2 (diff) |
mips: Add support for SoM "VoCore2".
Small patch to add support for VoCore/VoCore2 board.
VoCore is open hardware and runs OpenWrt/LEDE.
It has WIFI, USB, UART, 20+ GPIOs but is only one inch square.
It will help you to make a smart house, study embedded system
or even make the tiniest router in the world.
Details about this SoM can be found at "https://vocore.io/v2.html".
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/vocore/vocore2/Makefile')
-rw-r--r-- | board/vocore/vocore2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/vocore/vocore2/Makefile b/board/vocore/vocore2/Makefile new file mode 100644 index 0000000000..70cd7a8e56 --- /dev/null +++ b/board/vocore/vocore2/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += board.o |