summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_socrates_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-23 17:06:27 +0100
committerMarek Vasut <marex@denx.de>2015-11-30 13:30:19 +0100
commit856b30dae54a9fa76a7457b6c891b3efd9a8a397 (patch)
treedb4398d8d5499aa62fa09d3124653a7e730fe05f /configs/socfpga_socrates_defconfig
parent871c24bc501b035604123e5f6754b0b457678edb (diff)
downloadblackbird-obmc-uboot-856b30dae54a9fa76a7457b6c891b3efd9a8a397.tar.gz
blackbird-obmc-uboot-856b30dae54a9fa76a7457b6c891b3efd9a8a397.zip
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 'configs/socfpga_socrates_defconfig')
-rw-r--r--configs/socfpga_socrates_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig
index 462b2fdd39..d391f46ee9 100644
--- a/configs/socfpga_socrates_defconfig
+++ b/configs/socfpga_socrates_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_SPL_DM=y
CONFIG_DM_GPIO=y
-CONFIG_TARGET_SOCFPGA_CYCLONE5_SOCDK=y
+CONFIG_TARGET_SOCFPGA_EBV_SOCRATES=y
CONFIG_SPL_STACK_R_ADDR=0x00800000
CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socrates"
CONFIG_SPL=y
@@ -11,6 +11,7 @@ CONFIG_SPL_STACK_R=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
+CONFIG_SPL_SIMPLE_BUS=y
CONFIG_DWAPB_GPIO=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_SPANSION=y
OpenPOWER on IntegriCloud