[ helios4 ] tiny fix which causes problems in reworked script in which board configuration can overrride. In current script it doesn't change anything.

This commit is contained in:
Igor Pecovnik 2018-12-24 09:45:42 +01:00
parent 376c1b0551
commit bcfb5cf29b
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
BOARD_NAME="Helios4"
BOARDFAMILY="mvebu"
BOOTCONFIG="armada_38x_helios4_config"
BOOTCONFIG_NEXT="helios4_defconfig"
MODULES="mv_cesa"
BUILD_DESKTOP="no"
FORCE_BOOTSCRIPT_UPDATE="yes"

View File

@ -18,7 +18,6 @@ case $BRANCH in
BOOTBRANCH='branch:helios4'
BOOTDIR=$MAINLINE_UBOOT_DIR
BOOTSCRIPT='boot-marvell.cmd:boot.cmd'
BOOTCONFIG='helios4_defconfig'
UBOOT_TARGET_MAP=";;u-boot-spl.kwb:u-boot.mmc
;spi;u-boot-spl.kwb:u-boot.flash"