diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-06-26 10:23:30 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-07-24 14:03:46 +0900 |
commit | cff2f5f09ee8ab45b86eed7228bacbce6eca9f01 (patch) | |
tree | bd5cf6cef720472ba9029686a86bd0022545042b /board/renesas/alt/Makefile | |
parent | fafcfc5a98709c8e5547d0e327fd14f3da065d4f (diff) | |
download | u-boot-imx-cff2f5f09ee8ab45b86eed7228bacbce6eca9f01.zip u-boot-imx-cff2f5f09ee8ab45b86eed7228bacbce6eca9f01.tar.gz u-boot-imx-cff2f5f09ee8ab45b86eed7228bacbce6eca9f01.tar.bz2 |
arm: rmobile: Add support Alt board
The alt board has R8A7794, 1GB DDR3-SDRAM, USB, Ethernet, QSPI,
MMC, SDHI and more.
This commit supports the following functions:
- DDR3-SDRAM
- SCIF
- I2C
- Ethernet
- QSPI
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'board/renesas/alt/Makefile')
-rw-r--r-- | board/renesas/alt/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/renesas/alt/Makefile b/board/renesas/alt/Makefile new file mode 100644 index 0000000..9ed12bd --- /dev/null +++ b/board/renesas/alt/Makefile @@ -0,0 +1,9 @@ +# +# board/renesas/alt/Makefile +# +# Copyright (C) 2014 Renesas Electronics Corporation +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := alt.o qos.o |