diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2015-02-14 01:06:13 +0300 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 14:17:49 +0900 |
commit | 60c0467a9448fdf6da509ca6c38583d406362660 (patch) | |
tree | fcab431c82c8570dbad20e7789583a3ee2adb8ca /board/renesas/porter/Makefile | |
parent | acdfecbbb44bea1bc265397d7dcfa32db6760528 (diff) | |
download | u-boot-60c0467a9448fdf6da509ca6c38583d406362660.tar.gz u-boot-60c0467a9448fdf6da509ca6c38583d406362660.tar.xz u-boot-60c0467a9448fdf6da509ca6c38583d406362660.zip |
arm: rmobile: Add Porter board support
Porter is an entry level development board based on R-Car M2 SoC (R8A7791)
This commit supports the following peripherals:
- SCIF, I2C, Ethernet, QSPI, SD, USB Host
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/porter/Makefile')
-rw-r--r-- | board/renesas/porter/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/renesas/porter/Makefile b/board/renesas/porter/Makefile new file mode 100644 index 0000000000..dbf32e9c54 --- /dev/null +++ b/board/renesas/porter/Makefile @@ -0,0 +1,10 @@ +# +# board/renesas/porter/Makefile +# +# Copyright (C) 2015 Renesas Electronics Corporation +# Copyright (C) 2015 Cogent Embedded, Inc. +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := porter.o qos.o ../rcar-gen2-common/common.o |