diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdcard_image.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass index 7ab565a6..9aed4f84 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
@@ -91,13 +91,6 @@ IMAGE_CMD_sdimg () { | |||
91 | cp -v ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.$suffix ${WORKDIR}/tmp-mnt-boot/u-boot.$suffix | 91 | cp -v ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}.$suffix ${WORKDIR}/tmp-mnt-boot/u-boot.$suffix |
92 | fi | 92 | fi |
93 | 93 | ||
94 | # Deprecated, u-boot should load it from ext3 instead | ||
95 | if [ -e ${IMAGE_ROOTFS}/boot/uImage ] ; then | ||
96 | cp -v ${IMAGE_ROOTFS}/boot/uImage ${WORKDIR}/tmp-mnt-boot | ||
97 | else | ||
98 | cp -v ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE}.bin ${WORKDIR}/tmp-mnt-boot/uImage | ||
99 | fi | ||
100 | |||
101 | # Cleanup VFAT mount | 94 | # Cleanup VFAT mount |
102 | echo "Cleaning up VFAT mount" | 95 | echo "Cleaning up VFAT mount" |
103 | umount ${WORKDIR}/tmp-mnt-boot | 96 | umount ${WORKDIR}/tmp-mnt-boot |