diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/xburst/patches-3.8/.svn/text-base/0020-qi_lb60-NAND-add-data-partition.patch.svn-base | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/xburst/patches-3.8/.svn/text-base/0020-qi_lb60-NAND-add-data-partition.patch.svn-base')
-rw-r--r-- | target/linux/xburst/patches-3.8/.svn/text-base/0020-qi_lb60-NAND-add-data-partition.patch.svn-base | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/xburst/patches-3.8/.svn/text-base/0020-qi_lb60-NAND-add-data-partition.patch.svn-base b/target/linux/xburst/patches-3.8/.svn/text-base/0020-qi_lb60-NAND-add-data-partition.patch.svn-base new file mode 100644 index 0000000..9d45dd8 --- /dev/null +++ b/target/linux/xburst/patches-3.8/.svn/text-base/0020-qi_lb60-NAND-add-data-partition.patch.svn-base @@ -0,0 +1,26 @@ +From 1d7ef3445db5aebf48c90b20e18630633623c750 Mon Sep 17 00:00:00 2001 +From: Xiangfu Liu <xiangfu@macbook.(none)> +Date: Fri, 19 Aug 2011 15:46:52 +0800 +Subject: [PATCH 20/21] qi_lb60: NAND: add data partition + +--- + arch/mips/jz4740/board-qi_lb60.c | 7 ++++++- + 1 files changed, 6 insertions(+), 1 deletions(-) + +--- a/arch/mips/jz4740/board-qi_lb60.c ++++ b/arch/mips/jz4740/board-qi_lb60.c +@@ -118,8 +118,13 @@ static struct mtd_partition qi_lb60_part + { + .name = "NAND ROOTFS partition", + .offset = 8 * 0x100000, +- .size = (504 + 512 + 1024) * 0x100000, ++ .size = 512 * 0x100000, + }, ++ { ++ .name = "NAND DATA partition", ++ .offset = 520 * 0x100000, ++ .size = 1528 * 0x100000, ++ }, + }; + + static void qi_lb60_nand_ident(struct platform_device *pdev, |