From 89a17628efef01fd5af202e88d79188df08f636f Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 20 Jun 2017 15:30:13 +0200 Subject: conf: machine: apalis/colibri-imx6: rename U_BOOT_BINARY to UBOOT_BINARY As somebody previously decided to rename U_BOOT_BINARY to UBOOT_BINARY unbreak e.g. i.MX 6 Tezi builds by continuing that rename through the various layers: http://git.toradex.com/cgit/meta-toradex-bsp-common.git/commit/?h=morty&id=02f7fdfe5eaca64e0c710cce4d701a609d499e8b Signed-off-by: Marcel Ziswiler Acked-by: Dominik Sliwa --- conf/machine/colibri-imx6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/colibri-imx6.conf') diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf index 22b2aaf..0428dd6 100644 --- a/conf/machine/colibri-imx6.conf +++ b/conf/machine/colibri-imx6.conf @@ -21,7 +21,7 @@ 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 -# Note: The last config will be symlinked to U_BOOT_BINARY which is crucial for +# Note: The last config will be symlinked to UBOOT_BINARY which is crucial for # certain image formats. UBOOT_CONFIG ??= "recover spl" UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img" -- cgit v1.2.3