rk3288/rk3399: remove spinor loader for building by default

Change-Id: I1c142f53ec1d9aca06b7b9548dc4d88093a62f33
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2018-07-19 12:18:00 +08:00
parent afd5751865
commit 6346680b65
2 changed files with 16 additions and 16 deletions

View File

@ -114,14 +114,14 @@ else
rm $LOADER rm $LOADER
fi fi
if [ -f $SPINOR_LOADER ] #if [ -f $SPINOR_LOADER ]
then #then
echo -n "create spinor loader..." # echo -n "create spinor loader..."
ln -s -f $SPINOR_LOADER $ROCKDEV/MiniLoaderAll_SpiNor.bin # ln -s -f $SPINOR_LOADER $ROCKDEV/MiniLoaderAll_SpiNor.bin
echo "done." # echo "done."
else #else
rm $SPINOR_LOADER_PATH 2>/dev/null # rm $SPINOR_LOADER_PATH 2>/dev/null
fi #fi
if [ -f $BOOT_PATH ] if [ -f $BOOT_PATH ]
then then

View File

@ -114,14 +114,14 @@ else
rm $LOADER rm $LOADER
fi fi
if [ -f $SPINOR_LOADER ] #if [ -f $SPINOR_LOADER ]
then #then
echo -n "create spinor loader..." # echo -n "create spinor loader..."
ln -s -f $SPINOR_LOADER $ROCKDEV/MiniLoaderAll_SpiNor.bin # ln -s -f $SPINOR_LOADER $ROCKDEV/MiniLoaderAll_SpiNor.bin
echo "done." # echo "done."
else #else
rm $SPINOR_LOADER_PATH 2>/dev/null # rm $SPINOR_LOADER_PATH 2>/dev/null
fi #fi
if [ -f $BOOT_PATH ] if [ -f $BOOT_PATH ]
then then