summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-imx6.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/apalis-imx6.conf')
-rw-r--r--conf/machine/apalis-imx6.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index 1ea7ece..de77ff7 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -20,7 +20,9 @@ SPL_BINARY = "SPL"
# The SPL configures the DDR RAM depending on the module it runs on. Thus there
# is no need to distingush between the different module types.
# For recovery mode we build a U-Boot with save timings for all known Apalis iMX6
-UBOOT_CONFIG ??= "spl recover"
+# Note: The last config will be symlinked to U_BOOT_BINARY which is crucial for
+# certain image formats.
+UBOOT_CONFIG ??= "recover spl"
UBOOT_CONFIG[spl] = "apalis_imx6_defconfig,,u-boot.img"
UBOOT_CONFIG[recover] = "apalis_imx6_nospl_it_defconfig,,u-boot.imx"
UBOOT_MAKE_TARGET = ""