From: Kees Jongenburger Date: Sat, 27 Apr 2013 07:50:04 +0000 (+0200) Subject: build:copy uEnv and cmdline.txt onto OBJ X-Git-Tag: v3.3.0~985 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch04.html?a=commitdiff_plain;h=0aeb7d85d12f021c040df715e1eb7aa58c78bb5e;p=minix.git build:copy uEnv and cmdline.txt onto OBJ --- diff --git a/releasetools/arm_sdimage.sh b/releasetools/arm_sdimage.sh index a954cb657..a4c2388c6 100755 --- a/releasetools/arm_sdimage.sh +++ b/releasetools/arm_sdimage.sh @@ -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