From c52778d2a4a1af1eee9f06aae371cf7064522735 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Thu, 2 Apr 2020 11:19:35 +0200 Subject: [PATCH] imx-boot: [cosmetic] remove RAM_CONFIG comment Remove wrong comment on conditional block where there are no UBOOT_RAM_CONFIGURATIONS Signed-off-by: Gonzalo Ruiz --- meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend index 93da468c3..5703ef2f6 100644 --- a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend +++ b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend @@ -177,8 +177,7 @@ do_deploy () { done cd ${DEPLOYDIR} ln -sf ${UBOOT_PREFIX}-${MACHINE}.bin-${IMAGE_IMXBOOT_TARGET} ${UBOOT_PREFIX}-${MACHINE}.bin - # Link to default bootable U-Boot filename. It gets overwritten - # on every loop so the only last RAM_CONFIG will survive. + # Link to default bootable U-Boot filename. ln -sf ${UBOOT_PREFIX}-${MACHINE}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOTABLE_FILENAME} cd - else