diff options
author | Marek Vasut | 2015-11-23 17:06:27 +0100 |
---|---|---|
committer | Marek Vasut | 2015-11-30 13:30:19 +0100 |
commit | 856b30dae54a9fa76a7457b6c891b3efd9a8a397 (patch) | |
tree | db4398d8d5499aa62fa09d3124653a7e730fe05f /board/ebv/socrates/Makefile | |
parent | 871c24bc501b035604123e5f6754b0b457678edb (diff) |
arm: socfpga: Repair SoCrates board
This board was constantly parasiting on the CV SoCDK, so split it
into it's own separate directory. Moreover, the board config was
missing important bits, like simple-bus support in SPL, the DRAM
configuration was incorrect and the DTS was also missing the pre
reloc bits.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Jan Viktorin <viktorin@rehivetech.com>
Diffstat (limited to 'board/ebv/socrates/Makefile')
-rw-r--r-- | board/ebv/socrates/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/ebv/socrates/Makefile b/board/ebv/socrates/Makefile new file mode 100644 index 00000000000..86f9b78cad7 --- /dev/null +++ b/board/ebv/socrates/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2001-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := socfpga.o |