mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
9202817530
commit
01b0d345e6
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user