diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-06 23:41:32 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-06 23:41:32 +0200 |
commit | e46cbfc3cde669ff613fc287496bb7e5924539e2 (patch) | |
tree | 0c22c8244f9d5558d7ea63ee5c0c4a6b32c09137 | |
parent | f934856638f686dff360c6eff2e6972f72fe864a (diff) | |
download | buildroot-e46cbfc3cde669ff613fc287496bb7e5924539e2.tar.gz buildroot-e46cbfc3cde669ff613fc287496bb7e5924539e2.zip |
.gitlab-ci.yml: update with atmel_sama5d27_som1_ek_mmc_dev_defconfig
Commit 95cb1465f09dd7d88cc84d60c735b04e8f4ef244 added the
atmel_sama5d27_som1_ek_mmc_dev_defconfig but forgot to update
.gitlab-ci.yml. Update it now.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af35a04a3b..e11edbe3fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,7 @@ at91sam9x5ek_defconfig: *defconfig at91sam9x5ek_dev_defconfig: *defconfig at91sam9x5ek_mmc_defconfig: *defconfig at91sam9x5ek_mmc_dev_defconfig: *defconfig +atmel_sama5d27_som1_ek_mmc_dev_defconfig: *defconfig atmel_sama5d2_xplained_mmc_defconfig: *defconfig atmel_sama5d2_xplained_mmc_dev_defconfig: *defconfig atmel_sama5d3_xplained_defconfig: *defconfig |