diff options
author | Tom McLeod <tom.mcleod@opalkelly.com> | 2017-09-27 17:53:26 -0700 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-28 15:53:07 +0100 |
commit | 413ab5b0e1b88057e472ea63eb05b00eee9cf6b1 (patch) | |
tree | 9f522e34581bb6434ce349adaa3b99d4e99cd1fd /board/opalkelly/zynq/Makefile | |
parent | 549d684d4ef2d4fcfe4f5b9b3eb3954270e7e4a4 (diff) | |
download | u-boot-413ab5b0e1b88057e472ea63eb05b00eee9cf6b1.tar.gz u-boot-413ab5b0e1b88057e472ea63eb05b00eee9cf6b1.tar.bz2 u-boot-413ab5b0e1b88057e472ea63eb05b00eee9cf6b1.zip |
arm: zynq: Add support for SYZYGY Hub board
Add the Zynq-based SYZYGY Hub board from Opal Kelly. The board
contains a Xilinx Zynq xc7z012s SoC, 1GB DDR3 RAM, and supports
booting from SD.
Signed-off-by: Tom McLeod <tom.mcleod@opalkelly.com>
Cc: Michal Simek <monstr@monstr.eu>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/opalkelly/zynq/Makefile')
-rw-r--r-- | board/opalkelly/zynq/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/opalkelly/zynq/Makefile b/board/opalkelly/zynq/Makefile new file mode 100644 index 0000000000..09fc788e8d --- /dev/null +++ b/board/opalkelly/zynq/Makefile @@ -0,0 +1,9 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := board.o + +hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)) + +obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o |