From 63a65dedf2dd8160d9cc01e30bc1fb67e923b3bd Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 28 Feb 2014 12:01:20 +0100 Subject: [PATCH] organize patch files --- build.sh | 2 +- {patch => patches/u-boot-sunxi}/memory.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {patch => patches/u-boot-sunxi}/memory.patch (100%) 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