aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at32stk1000.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-01-24 08:39:23 +0000
committerKoen Kooi <koen@openembedded.org>2008-01-24 08:39:23 +0000
commitfd606e8b6a5f1431a564bbdc256deea79696b9bd (patch)
tree2a635e5fa8540261d1d45bcc280402f3e6f8bad1 /conf/machine/at32stk1000.conf
parent0ee83e2ce7467e0c305b7e9ae1479ed5beada4a2 (diff)
downloadopenembedded-fd606e8b6a5f1431a564bbdc256deea79696b9bd.tar.gz
avr32 machines: remove postprocess hack as newer uboots load uImage from the rootfs
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r--conf/machine/at32stk1000.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf
index ac63af5e56..4c3112df78 100644
--- a/conf/machine/at32stk1000.conf
+++ b/conf/machine/at32stk1000.conf
@@ -23,5 +23,4 @@ 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* || true;"