diff options
author | Marek Vasut <marex@denx.de> | 2014-12-30 21:05:53 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-03-04 23:07:05 +0100 |
commit | da63df7c24bfb53519a011577dab6594fbffa75b (patch) | |
tree | 167c5a14c1d634e04b74abcb848d552a3f23ccad /configs | |
parent | c115a0d4e79d773f38d62eda3fbf67e3aa9b73b0 (diff) | |
download | u-boot-imx-da63df7c24bfb53519a011577dab6594fbffa75b.zip u-boot-imx-da63df7c24bfb53519a011577dab6594fbffa75b.tar.gz u-boot-imx-da63df7c24bfb53519a011577dab6594fbffa75b.tar.bz2 |
dt: socfpga: Import and enable Cyclone V DK DTS
Import DTS for Cyclone V development kit and enable support
for DT. The DT is imported from Linux 3.19-rc1 as of commit
97bf6af1f928216fd6c5a66e8a57bfa95a659672 .
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/socfpga_cyclone5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig index 4b2ede4..2d3dd47 100644 --- a/configs/socfpga_cyclone5_defconfig +++ b/configs/socfpga_cyclone5_defconfig @@ -1,3 +1,5 @@ CONFIG_SPL=y +S:CONFIG_ARM=y +S:CONFIG_TARGET_SOCFPGA_CYCLONE5=y +CONFIG_OF_CONTROL=y +CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_socdk" |