This kind of custom image conversion is better handled outside BR.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Do not use cleanmarkers if using NAND flash or Dataflash where
the pagesize is not a power of 2
-config BR2_JFFS2_TARGET_SREC
- bool "RootFS in SREC file format"
- help
- The binary data will be encoded in Motorola's S-record format
-
config BR2_TARGET_ROOTFS_JFFS2_PAD
bool "Pad output"
endef
endif
-define JFFS2_GEN_SREC
- $(TARGET_CROSS)objcopy -I binary -O srec --adjust-vma 0xa1000000 $$@ $$@.srec
-endef
-
-ifeq ($(BR2_JFFS2_TARGET_SREC),y)
-ROOTFS_JFFS2_POST_GEN_HOOKS += JFFS2_GEN_SREC
-endif
-
-$(eval $(call ROOTFS_TARGET,jffs2))
\ No newline at end of file
+$(eval $(call ROOTFS_TARGET,jffs2))