summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 12:42:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 12:42:35 +0100
commited0cbf11579279dd9ea8f33d5b6e387cedc278db (patch)
tree4746361f91750a3c5e6e39802129cd996e90524f /mk
parentfc602049dadfccb2940d203276e916a24de75763 (diff)
remove unused stuff. comment debug output.
Diffstat (limited to 'mk')
-rw-r--r--mk/image.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/image.mk b/mk/image.mk
index c6f5ce266..a2a6bb176 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -71,9 +71,6 @@ ${BIN_DIR}/${ROOTFSSQUASHFS}: ${TARGET_DIR}
cat ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel \
${BUILD_DIR}/root.squashfs > \
${BUILD_DIR}/${ROOTFSSQUASHFS}
- # padding of images is required, foxboard only?
- #dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \
- bs=4063232 conv=sync $(MAKE_TRACE)
imageclean:
rm -f $(BIN_DIR)/$(ADK_TARGET)-* ${BUILD_DIR}/$(ADK_TARGET)-*