]> Zhao Yanbai Git Server - minix.git/commitdiff
build:copy uEnv and cmdline.txt onto OBJ 60/560/1
authorKees Jongenburger <keesj@minix3.org>
Sat, 27 Apr 2013 07:50:04 +0000 (09:50 +0200)
committerKees Jongenburger <keesj@minix3.org>
Thu, 16 May 2013 18:39:19 +0000 (20:39 +0200)
releasetools/arm_sdimage.sh

index a954cb657cd4edb01f9af1a302ec5e46c4f9a270..a4c2388c633371b4218dcbd297e515bf3988f2c1 100755 (executable)
@@ -149,6 +149,12 @@ mcopy -bsp -i ${IMG_DIR}/fat.img ${IMG_DIR}/$UBOOT ::u-boot.img
 mcopy -bsp -i ${IMG_DIR}/fat.img releasetools/uEnv.txt ::uEnv.txt
 mcopy -bsp -i ${IMG_DIR}/fat.img releasetools/cmdline.txt ::cmdline.txt
 
+#
+# For tftp booting
+#
+cp releasetools/uEnv.txt ${OBJ}/
+cp releasetools/cmdline.txt ${OBJ}/
+
 
 #
 # Do some last processing of the kernel and servers before also putting