build:copy uEnv and cmdline.txt onto OBJ
This commit is contained in:
parent
7e2c8b516d
commit
0aeb7d85d1
1 changed files with 6 additions and 0 deletions
|
@ -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/uEnv.txt ::uEnv.txt
|
||||||
mcopy -bsp -i ${IMG_DIR}/fat.img releasetools/cmdline.txt ::cmdline.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
|
# Do some last processing of the kernel and servers before also putting
|
||||||
|
|
Loading…
Reference in a new issue