diff --git a/config/bootenv/helios-default.txt b/config/bootenv/helios4-default.txt similarity index 100% rename from config/bootenv/helios-default.txt rename to config/bootenv/helios4-default.txt diff --git a/config/sources/mvebu.conf b/config/sources/mvebu.conf index 1066e34a88..eb6e59623d 100644 --- a/config/sources/mvebu.conf +++ b/config/sources/mvebu.conf @@ -2,7 +2,7 @@ HAS_UUID_SUPPORT=yes if [[ $BOARD == helios4 ]]; then source "${BASH_SOURCE%/*}/mvebu-u-boot-helios4.inc" - BOOTENV_FILE='helios-default.txt' + BOOTENV_FILE='helios4-default.txt' else source "${BASH_SOURCE%/*}/mvebu-u-boot-clearfog.inc" BOOTENV_FILE='clearfog-default.txt'