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 /arch/arm/Kconfig | |
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 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 27bcc2d..72e7981 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -584,6 +584,11 @@ config TARGET_CM_FX6 select CPU_V7 select SUPPORT_SPL +config TARGET_SOCFPGA_ARRIA5 + bool "Support socfpga_arria5" + select CPU_V7 + select SUPPORT_SPL + config TARGET_SOCFPGA_CYCLONE5 bool "Support socfpga_cyclone5" select CPU_V7 |