diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2013-12-18 16:03:44 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-12-18 16:49:08 +0900 |
commit | 320cf350801f30875fe5749eee74aed242573031 (patch) | |
tree | 9d1c6cc30fa023b6e225fb23dee087eafee1652d /board/renesas/sh7753evb/Makefile | |
parent | fd44194945714a478fab6407c04453caaef0bac9 (diff) | |
download | u-boot-imx-320cf350801f30875fe5749eee74aed242573031.zip u-boot-imx-320cf350801f30875fe5749eee74aed242573031.tar.gz u-boot-imx-320cf350801f30875fe5749eee74aed242573031.tar.bz2 |
sh: add support for sh7753evb board
The SH7753 EVB board has SH7753, 512MB DDR3-SDRAM, SPI ROM,
Gigabit Ethernet, and eMMC.
This patch support the following functions:
- 512MB DDR3-SDRAM, SCIF4, SPI ROM, Gigabit Ethernet, eMMC
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/sh7753evb/Makefile')
-rw-r--r-- | board/renesas/sh7753evb/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/renesas/sh7753evb/Makefile b/board/renesas/sh7753evb/Makefile new file mode 100644 index 0000000..f7c8e94 --- /dev/null +++ b/board/renesas/sh7753evb/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2012 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> +# +# SPDX-License-Identifier: GPL-2.0+ + +obj-y := sh7753evb.o spi-boot.o +obj-y += lowlevel_init.o |