summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/u-boot
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/u-boot')
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index decb6ec..5060741 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 = "r13" 8PR = "r14"
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,7 +54,8 @@ 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" ]; then 57 [ "${MACHINE_ARCH}" == "p5020ds" ] || \
58 [ "${UBOOT_TARGET}" == "u-boot-nand" ]; then
58 cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin 59 cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin
59 else 60 else
60 ${STAGING_BINDIR_NATIVE}/boot_format \ 61 ${STAGING_BINDIR_NATIVE}/boot_format \