diff options
author | Marcin Niestroj <m.niestroj@grinn-global.com> | 2016-12-07 15:46:33 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-12-16 09:31:13 (GMT) |
commit | c9e40e65e1dcf19f518fa3811bb6de2bf407360f (patch) | |
tree | df2b29abd9a0b68e59307989edb6b8b9e137a491 /board/grinn/liteboard/Makefile | |
parent | 727feafebbdfe23d86b8517aedcb4501d4c49ba9 (diff) | |
download | u-boot-fsl-qoriq-c9e40e65e1dcf19f518fa3811bb6de2bf407360f.tar.xz |
board/liteboard: Add support for liteBoard
liteBoard is a development board which uses liteSOM as its base.
Hardware specification:
* liteSOM (i.MX6UL, DRAM, eMMC)
* Ethernet PHY (id 0)
* USB host (usb_otg1)
* MicroSD slot (uSDHC1)
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Diffstat (limited to 'board/grinn/liteboard/Makefile')
-rw-r--r-- | board/grinn/liteboard/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/grinn/liteboard/Makefile b/board/grinn/liteboard/Makefile new file mode 100644 index 0000000..e2492d6 --- /dev/null +++ b/board/grinn/liteboard/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2016 Grinn +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := board.o |