mkfirmware.sh: fix if modify rootfs type
Change-Id: I1d11cb2faf9192ebe10548e8a6878ea389a72cff Signed-off-by: Weiwen Chen <cww@rock-chips.com>
This commit is contained in:
@ -99,7 +99,7 @@ check_partition_size() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ! -f $ROCKDEV/rootfs.img ]
|
if [ $RK_ROOTFS_IMG ]
|
||||||
then
|
then
|
||||||
if [ -f $ROOTFS_IMG_SOURCE ];then
|
if [ -f $ROOTFS_IMG_SOURCE ];then
|
||||||
ln -rsf $ROOTFS_IMG_SOURCE $ROOTFS_IMG
|
ln -rsf $ROOTFS_IMG_SOURCE $ROOTFS_IMG
|
||||||
|
|||||||
Reference in New Issue
Block a user