Rename helios4 bootenv file

This commit is contained in:
zador-blood-stained 2017-11-11 17:51:29 +03:00
parent 28502a0472
commit 0d57597ab2
2 changed files with 1 additions and 1 deletions

View File

@ -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'