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 <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
6451bc1990
commit
c52778d2a4
|
|
@ -177,8 +177,7 @@ do_deploy () {
|
||||||
done
|
done
|
||||||
cd ${DEPLOYDIR}
|
cd ${DEPLOYDIR}
|
||||||
ln -sf ${UBOOT_PREFIX}-${MACHINE}.bin-${IMAGE_IMXBOOT_TARGET} ${UBOOT_PREFIX}-${MACHINE}.bin
|
ln -sf ${UBOOT_PREFIX}-${MACHINE}.bin-${IMAGE_IMXBOOT_TARGET} ${UBOOT_PREFIX}-${MACHINE}.bin
|
||||||
# Link to default bootable U-Boot filename. It gets overwritten
|
# Link to default bootable U-Boot filename.
|
||||||
# on every loop so the only last RAM_CONFIG will survive.
|
|
||||||
ln -sf ${UBOOT_PREFIX}-${MACHINE}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOTABLE_FILENAME}
|
ln -sf ${UBOOT_PREFIX}-${MACHINE}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOTABLE_FILENAME}
|
||||||
cd -
|
cd -
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue