From: Zhenhua Luo Date: Mon, 9 Apr 2012 10:11:48 +0000 (+0800) Subject: remove unnecessary line from UBOOT_TARGET judgement X-Git-Tag: 2.1~534^2~484 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=baa20d4fd4bc7e5d2d467af009c458092826a5de;p=meta-freescale.git remove unnecessary line from UBOOT_TARGET judgement p5020ds-32b and p5020ds-64b use the same u-boot configuration option, remove p5020ds-64b line in UBOOT_TARGET judgement. Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index 6568a785..decb6ec1 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb @@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -PR = "r12" +PR = "r13" INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" @@ -54,8 +54,7 @@ do_compile () { [ "${MACHINE_ARCH}" == "p3041ds" ] || \ [ "${MACHINE_ARCH}" == "p3060qds" ] || \ [ "${MACHINE_ARCH}" == "p4080ds" ] || \ - [ "${MACHINE_ARCH}" == "p5020ds" ] || \ - [ "${MACHINE_ARCH}" == "p5020ds-64b" ]; then + [ "${MACHINE_ARCH}" == "p5020ds" ]; then cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin else ${STAGING_BINDIR_NATIVE}/boot_format \