[kernel] add a chip_fixup function to the plat_nand driver on 2.6.23 as well (closes...
[openwrt.git] / target / linux / au1000 / patches / 013-openwrt_rootfs.patch
1 Index: linux-2.6.25.4/drivers/mtd/maps/mtx-1_flash.c
2 ===================================================================
3 --- linux-2.6.25.4.orig/drivers/mtd/maps/mtx-1_flash.c
4 +++ linux-2.6.25.4/drivers/mtd/maps/mtx-1_flash.c
5 @@ -28,7 +28,7 @@ static struct map_info mtx1_map = {
6
7 static struct mtd_partition mtx1_partitions[] = {
8 {
9 - .name = "filesystem",
10 + .name = "rootfs",
11 .size = 0x01C00000,
12 .offset = 0,
13 },{
This page took 0.048785 seconds and 5 git commands to generate.