organize patch files

This commit is contained in:
Gwenhael Le Moine 2014-02-28 12:01:20 +01:00
parent 598287a8db
commit 63a65dedf2
2 changed files with 1 additions and 1 deletions

View file

@ -130,7 +130,7 @@ if [ "$COMPILE" = "true" ]; then
git clone https://github.com/cubieboard/u-boot-sunxi $DEST/u-boot-sunxi git clone https://github.com/cubieboard/u-boot-sunxi $DEST/u-boot-sunxi
# Applying Patch for 2gb memory # Applying Patch for 2gb memory
patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < $CWD/patch/memory.patch || true patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < $CWD/patches/u-boot-sunxi/memory.patch || true
fi fi
echo "------ Compiling boot loader" echo "------ Compiling boot loader"
( cd $DEST/u-boot-sunxi ( cd $DEST/u-boot-sunxi