summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-06-08 02:57:05 +0200
committerMarek Vasut <marex@denx.de>2016-06-08 02:57:06 +0200
commitcf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5 (patch)
tree8dde934f4dbcda41c2f3697d4292d198407baafd /arch
parent35546f6f2014282cc4f9772324b5588bd44a2938 (diff)
downloadtalos-obmc-uboot-cf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5.tar.gz
talos-obmc-uboot-cf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5.zip
ARM: socfpga: Sort Kconfig entries
Just sort the board entries, no functional change. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-socfpga/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index c4432cfe10..1a43c7bc9a 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -27,10 +27,6 @@ config TARGET_SOCFPGA_DENX_MCVEVK
bool "DENX MCVEVK (Cyclone V)"
select TARGET_SOCFPGA_CYCLONE5
-config TARGET_SOCFPGA_SR1500
- bool "SR1500 (Cyclone V)"
- select TARGET_SOCFPGA_CYCLONE5
-
config TARGET_SOCFPGA_EBV_SOCRATES
bool "EBV SoCrates (Cyclone V)"
select TARGET_SOCFPGA_CYCLONE5
@@ -43,6 +39,10 @@ config TARGET_SOCFPGA_SAMTEC_VINING_FPGA
bool "samtec VIN|ING FPGA (Cyclone V)"
select TARGET_SOCFPGA_CYCLONE5
+config TARGET_SOCFPGA_SR1500
+ bool "SR1500 (Cyclone V)"
+ select TARGET_SOCFPGA_CYCLONE5
+
config TARGET_SOCFPGA_TERASIC_DE0_NANO
bool "Terasic DE0-Nano-Atlas (Cyclone V)"
select TARGET_SOCFPGA_CYCLONE5
OpenPOWER on IntegriCloud