u-boot-dey: [cosmetic] add comment to DEY boot script

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2016-02-11 10:40:30 +01:00
parent 92f744ab75
commit 308c5c337d
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ inherit fsl-u-boot-localversion
EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline"
do_deploy_append() {
# Boot script for DEY images
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr
}