diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 4 | ||||
-rw-r--r-- | conf/machine/atngw100.conf | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 21ffdda843..343c6aa44e 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -21,5 +21,7 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" +PREFERRED_VERSION_u-boot = "1.1.4" + +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" -PREFERRED_VERSION_u-boot = "1.1.4"
\ No newline at end of file diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 76453323ff..6acc3d7907 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -19,4 +19,6 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" -KERNEL_IMAGETYPE = "uImage"
\ No newline at end of file +KERNEL_IMAGETYPE = "uImage" + +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" |