lantiq: add clk_round_rate()
[openwrt/openwrt.git] / target / linux / rb532 / patches-3.18 / 004-rb532_partition_info-rename-rootfs-to-rootfs_onboard.patch
1 --- a/arch/mips/rb532/devices.c
2 +++ b/arch/mips/rb532/devices.c
3 @@ -202,7 +202,7 @@ static struct mtd_partition rb532_partit
4 .offset = 0,
5 .size = 4 * 1024 * 1024,
6 }, {
7 - .name = "rootfs",
8 + .name = "rootfs_onboard",
9 .offset = MTDPART_OFS_NXTBLK,
10 .size = MTDPART_SIZ_FULL,
11 }