summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2019-09-24 09:48:19 +0200
committerWerner Zeh <werner.zeh@siemens.com>2019-09-25 08:14:56 +0000
commitf57b05b57317d6713ed5f6ff8b682f7d5d3dbdbd (patch)
treebf2fb164fcc85e1554afc85431eeafdb4734010d /src/mainboard/siemens
parent255748ea5dc48878ed1986afeb1766cc49360465 (diff)
downloadcoreboot-f57b05b57317d6713ed5f6ff8b682f7d5d3dbdbd.tar.xz
mb/siemens/mc_apl1: Sort the names of all variant mainboards
Sort the names of all variant mainboards in an ascending order. Change-Id: I19d502298744c0e0cbc91eb836c62ca90cdb9a5c Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35556 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_apl1/Kconfig.name8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Kconfig.name b/src/mainboard/siemens/mc_apl1/Kconfig.name
index cae6ac16a1..70f314d985 100644
--- a/src/mainboard/siemens/mc_apl1/Kconfig.name
+++ b/src/mainboard/siemens/mc_apl1/Kconfig.name
@@ -12,10 +12,10 @@ config BOARD_SIEMENS_MC_APL3
bool "-> MC APL3"
select BOARD_SIEMENS_BASEBOARD_MC_APL1
-config BOARD_SIEMENS_MC_APL5
- bool "-> MC APL5"
- select BOARD_SIEMENS_BASEBOARD_MC_APL1
-
config BOARD_SIEMENS_MC_APL4
bool "-> MC APL4"
select BOARD_SIEMENS_BASEBOARD_MC_APL1
+
+config BOARD_SIEMENS_MC_APL5
+ bool "-> MC APL5"
+ select BOARD_SIEMENS_BASEBOARD_MC_APL1