u-boot-dey: [cosmetic] add comment to DEY boot script
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
92f744ab75
commit
308c5c337d
|
|
@ -27,6 +27,7 @@ inherit fsl-u-boot-localversion
|
||||||
EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline"
|
EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline"
|
||||||
|
|
||||||
do_deploy_append() {
|
do_deploy_append() {
|
||||||
|
# Boot script for DEY images
|
||||||
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr
|
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot.txt ${DEPLOYDIR}/boot.scr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue