u-boot-rpi: update path to imagetool-uncompressed.py

Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
Jonathan Liu 2016-03-02 00:58:39 +11:00 committed by Andrei Gherzan
parent 807cff5e5b
commit 249cb544e0

View File

@ -24,6 +24,6 @@ COMPATIBLE_MACHINE = "raspberrypi"
do_compile_append() { do_compile_append() {
# Create kernel.img from uboot.bin and name it u-boot.img # Create kernel.img from uboot.bin and name it u-boot.img
${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin ${STAGING_BINDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin
mv kernel.img u-boot.img mv kernel.img u-boot.img
} }