|
|
@@ -184,7 +184,7 @@ define Build/boot-img
|
|
|
$(CP) $(IMAGE_KERNEL).dtb [email protected]/boot/$(DEVICE_DTB)
|
|
|
$(CP) $(IMAGE_KERNEL) [email protected]/boot/uImage
|
|
|
|
|
|
- genext2fs --block-size $(BLOCKSIZE) --size-in-blocks $$((1024 * $(BOOT_SIZE))) --root [email protected] [email protected]
|
|
|
+ genext2fs --block-size $(BLOCKSIZE:%k=%Ki) --size-in-blocks $$((1024 * $(BOOT_SIZE))) --root [email protected] [email protected]
|
|
|
|
|
|
# convert it to revision 1 - needed for u-boot ext2load
|
|
|
$(STAGING_DIR_HOST)/bin/tune2fs -O filetype [email protected]
|