summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-rpi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-rpi_git.bb b/recipes-bsp/u-boot/u-boot-rpi_git.bb
index 8bffaa3..3e8d377 100644
--- a/recipes-bsp/u-boot/u-boot-rpi_git.bb
+++ b/recipes-bsp/u-boot/u-boot-rpi_git.bb
@@ -24,6 +24,6 @@ COMPATIBLE_MACHINE = "raspberrypi"
24 24
25do_compile_append() { 25do_compile_append() {
26 # Create kernel.img from uboot.bin and name it u-boot.img 26 # Create kernel.img from uboot.bin and name it u-boot.img
27 ${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin 27 ${STAGING_BINDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin
28 mv kernel.img u-boot.img 28 mv kernel.img u-boot.img
29} 29}