kirkwood: explicitly set CPU_TYPE to xscale
[openwrt/svn-archive/archive.git] / target / linux / kirkwood / patches / 001-partition_map.patch
1 --- a/arch/arm/mach-kirkwood/sheevaplug-setup.c
2 +++ b/arch/arm/mach-kirkwood/sheevaplug-setup.c
3 @@ -33,7 +33,7 @@ static struct mtd_partition sheevaplug_n
4 .offset = MTDPART_OFS_NXTBLK,
5 .size = SZ_4M
6 }, {
7 - .name = "root",
8 + .name = "rootfs",
9 .offset = MTDPART_OFS_NXTBLK,
10 .size = MTDPART_SIZ_FULL
11 },