diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-24 08:51:56 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-24 08:51:56 +0100 |
| commit | 7acccf5f254562fc09eff19833de926ee2364408 (patch) | |
| tree | 3e529b1993abf7ae4bd3a01bcb971e4c7390f5c4 | |
| parent | 9c2a54a542d703609fa851195d6984b765d21314 (diff) | |
| download | buildroot-7acccf5f254562fc09eff19833de926ee2364408.tar.gz buildroot-7acccf5f254562fc09eff19833de926ee2364408.zip | |
DEVELOPERS, .gitlab-ci.yml: fix typoes in imx6sx-sdb board name
The addition of a new defconfig in commit
459e3320dc234f96b93661bed1a753e477aeab17 ("configs/imx6sx-sdb: Add new
defconfig") introduced changes in the DEVELOPERS file and
.gitlab-ci.yml file that were not matching the defconfig name. This
commit fixes those issues.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | DEVELOPERS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 747977df7b..c34d2f7b1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,7 +127,7 @@ imx6-sabreauto_defconfig: *defconfig imx6-sabresd_defconfig: *defconfig imx6-sabresd_qt5_defconfig: *defconfig imx6slevk_defconfig: *defconfig -imx6sxsdb_defconfig: *defconfig +imx6sx-sdb_defconfig: *defconfig imx6ulevk_defconfig: *defconfig imx6ulpico_defconfig: *defconfig imx7dpico_defconfig: *defconfig diff --git a/DEVELOPERS b/DEVELOPERS index 19a9f2dc45..e4aeae6aaf 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -581,7 +581,7 @@ F: board/warp7/ F: configs/freescale_imx* F: configs/imx6-sabresd* F: configs/imx6slevk_defconfig -F: configs/imx6sxsdb_defconfig +F: configs/imx6sx-sdb_defconfig F: configs/imx6ulevk_defconfig F: configs/imx6ulpico_defconfig F: configs/mx6cubox_defconfig |

