summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-04-09 18:11:48 +0800
committerZhenhua Luo <b19537@freescale.com>2012-04-09 18:11:48 +0800
commit10abe5bc228553a2b6b4085e56001d508f0e8fb5 (patch)
treeb570fd0243929a2cf1c422c6bca814e5765f8be4
parentcbfb8dc35c3ad5d679cd20c6509bf579225e016a (diff)
downloadmeta-fsl-ppc-10abe5bc228553a2b6b4085e56001d508f0e8fb5.tar.gz
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 <b19537@freescale.com>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index 6568a78..decb6ec 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r12" 8PR = "r13"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc"
11 11
@@ -54,8 +54,7 @@ do_compile () {
54 [ "${MACHINE_ARCH}" == "p3041ds" ] || \ 54 [ "${MACHINE_ARCH}" == "p3041ds" ] || \
55 [ "${MACHINE_ARCH}" == "p3060qds" ] || \ 55 [ "${MACHINE_ARCH}" == "p3060qds" ] || \
56 [ "${MACHINE_ARCH}" == "p4080ds" ] || \ 56 [ "${MACHINE_ARCH}" == "p4080ds" ] || \
57 [ "${MACHINE_ARCH}" == "p5020ds" ] || \ 57 [ "${MACHINE_ARCH}" == "p5020ds" ]; then
58 [ "${MACHINE_ARCH}" == "p5020ds-64b" ]; then
59 cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin 58 cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin
60 else 59 else
61 ${STAGING_BINDIR_NATIVE}/boot_format \ 60 ${STAGING_BINDIR_NATIVE}/boot_format \