diff options
author | Marcin Niestroj <m.niestroj@grinn-global.com> | 2017-01-25 09:53:08 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:37 -0500 |
commit | ab38bf6a3909bc773cbeec7b3997ba4686e6f93e (patch) | |
tree | 86f77079993081207cf745997d39abe1b7e62a07 /board/grinn/chiliboard/Makefile | |
parent | a73c8b32a745d70c18868b24a8d4cfdd17f22db1 (diff) |
board/chiliboard: Add support for chiliBoard
chiliBoard is a development board which uses chiliSOM as its base.
Hardware specification:
* chiliSOM (TI AM335x, DRAM, NAND)
* Ethernet PHY (id 0)
* USB host (usb1)
* MicroSD slot (mmc0)
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/grinn/chiliboard/Makefile')
-rw-r--r-- | board/grinn/chiliboard/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/grinn/chiliboard/Makefile b/board/grinn/chiliboard/Makefile new file mode 100644 index 0000000000..865968d1a7 --- /dev/null +++ b/board/grinn/chiliboard/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2017 Grinn +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := board.o |