diff options
author | Marek Vasut <marex@denx.de> | 2015-11-23 17:06:27 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-11-30 13:30:19 +0100 |
commit | 856b30dae54a9fa76a7457b6c891b3efd9a8a397 (patch) | |
tree | db4398d8d5499aa62fa09d3124653a7e730fe05f /board/ebv/socrates/MAINTAINERS | |
parent | 871c24bc501b035604123e5f6754b0b457678edb (diff) | |
download | u-boot-856b30dae54a9fa76a7457b6c891b3efd9a8a397.tar.gz |
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/MAINTAINERS')
-rw-r--r-- | board/ebv/socrates/MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/ebv/socrates/MAINTAINERS b/board/ebv/socrates/MAINTAINERS new file mode 100644 index 0000000000..e48236fc8f --- /dev/null +++ b/board/ebv/socrates/MAINTAINERS @@ -0,0 +1,6 @@ +SOCRATES BOARD +M: Stefan Roese <sr@denx.de> +S: Maintained +F: board/ebv/socrates/ +F: include/configs/socfpga_socrates.h +F: configs/socfpga_socrates_defconfig |