diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-05 18:04:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 20:50:31 -0500 |
commit | 65994d049474394729d976273d7582552f1db332 (patch) | |
tree | 1527f0fcccf4a1ff80914b11042be0db87913f5b /configs | |
parent | 65f3151f85cb3fe91b91153dce6e03798ef3bc85 (diff) | |
parent | 053ae0a363276324aebbbdb1c2056a9380209f4b (diff) | |
download | u-boot-imx-65994d049474394729d976273d7582552f1db332.zip u-boot-imx-65994d049474394729d976273d7582552f1db332.tar.gz u-boot-imx-65994d049474394729d976273d7582552f1db332.tar.bz2 |
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'configs')
-rw-r--r-- | configs/socfpga_arria5_defconfig | 8 | ||||
-rw-r--r-- | configs/socfpga_cyclone5_defconfig | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/configs/socfpga_arria5_defconfig b/configs/socfpga_arria5_defconfig new file mode 100644 index 0000000..ed46adf --- /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 4b2ede4..6743f4d 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 |