u-boot: gateworks: fix bootscript location

A bug persisted when building this as the location didn't exist. Fix it.

Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Pushpal Sidhu 2015-10-27 12:38:55 -07:00 committed by Otavio Salvador
parent 9202817530
commit 01b0d345e6

View File

@ -8,7 +8,7 @@ DESTDIR = "/boot"
S = "${WORKDIR}"
do_compile() {
bootscript="${THISDIR}/u-boot-script-gateworks/6x_bootscript-yocto.txt"
bootscript="${THISDIR}/u-boot-script-gateworks-imx/6x_bootscript-yocto.txt"
echo "bootscript == $bootscript"
uboot-mkimage -A arm -O linux -T script -C none -a 0 -e 0 \