summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-03-05 18:04:33 -0500
committerTom Rini <trini@konsulko.com>2015-03-05 20:50:31 -0500
commit65994d049474394729d976273d7582552f1db332 (patch)
tree1527f0fcccf4a1ff80914b11042be0db87913f5b /configs
parent65f3151f85cb3fe91b91153dce6e03798ef3bc85 (diff)
parent053ae0a363276324aebbbdb1c2056a9380209f4b (diff)
downloadtalos-obmc-uboot-65994d049474394729d976273d7582552f1db332.tar.gz
talos-obmc-uboot-65994d049474394729d976273d7582552f1db332.zip
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'configs')
-rw-r--r--configs/socfpga_arria5_defconfig8
-rw-r--r--configs/socfpga_cyclone5_defconfig5
2 files changed, 13 insertions, 0 deletions
diff --git a/configs/socfpga_arria5_defconfig b/configs/socfpga_arria5_defconfig
new file mode 100644
index 0000000000..ed46adf1f5
--- /dev/null
+++ b/configs/socfpga_arria5_defconfig
@@ -0,0 +1,8 @@
+CONFIG_SPL=y
++S:CONFIG_ARM=y
++S:CONFIG_TARGET_SOCFPGA_ARRIA5=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria5_socdk"
+CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig
index 4b2ede490b..6743f4d490 100644
--- a/configs/socfpga_cyclone5_defconfig
+++ b/configs/socfpga_cyclone5_defconfig
@@ -1,3 +1,8 @@
CONFIG_SPL=y
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_SOCFPGA_CYCLONE5=y
+CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk"
+CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
OpenPOWER on IntegriCloud