u-boot-dey: remove redundant PACKAGE_ARCH
It's already set in the included 'u-boot.inc' (in poky) Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
3bd1aef5d7
commit
8dee301e7d
|
|
@ -22,5 +22,4 @@ do_deploy_append_mxs() {
|
|||
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot-sd.txt ${DEPLOYDIR}/boot-sd.scr
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(mxs|mx5)"
|
||||
|
|
|
|||
|
|
@ -23,5 +23,4 @@ do_deploy_append() {
|
|||
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot-sd.txt ${DEPLOYDIR}/boot-sd.scr
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccardimx28)"
|
||||
|
|
|
|||
|
|
@ -24,5 +24,4 @@ do_deploy_append() {
|
|||
mkimage -T script -n bootscript -C none -d ${WORKDIR}/boot-sd.txt ${DEPLOYDIR}/boot-sd.scr
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue