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-02-28 00:46:49 +11:00 committed by Andrei Gherzan
parent c25a43a3b4
commit 048008a935

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}/rpi-mkimage/imagetool-uncompressed.py u-boot.bin ${STAGING_LIBEXECDIR_NATIVE}/imagetool-uncompressed.py u-boot.bin
mv kernel.img u-boot.img mv kernel.img u-boot.img
} }