From 0d57597ab2931ddaecba86c9905eaa5a66689cd4 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 11 Nov 2017 17:51:29 +0300 Subject: [PATCH] Rename helios4 bootenv file --- config/bootenv/{helios-default.txt => helios4-default.txt} | 0 config/sources/mvebu.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/bootenv/{helios-default.txt => helios4-default.txt} (100%) 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'