diff --git a/build.sh b/build.sh index 94d6541..6fe065a 100755 --- a/build.sh +++ b/build.sh @@ -130,7 +130,7 @@ if [ "$COMPILE" = "true" ]; then git clone https://github.com/cubieboard/u-boot-sunxi $DEST/u-boot-sunxi # 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 echo "------ Compiling boot loader" ( cd $DEST/u-boot-sunxi diff --git a/patch/memory.patch b/patches/u-boot-sunxi/memory.patch similarity index 100% rename from patch/memory.patch rename to patches/u-boot-sunxi/memory.patch