X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d14c5af443b3d4c18666e6e282bc097546cd05ab..d5cdcc5708e4f40db7ce9dd3883ac002501b09cf:/target/linux/ppc40x/patches/005-magicboxv1.patch diff --git a/target/linux/ppc40x/patches/005-magicboxv1.patch b/target/linux/ppc40x/patches/005-magicboxv1.patch index 331fc5ff1..7c2abd38c 100644 --- a/target/linux/ppc40x/patches/005-magicboxv1.patch +++ b/target/linux/ppc40x/patches/005-magicboxv1.patch @@ -31,7 +31,7 @@ + ibm4xx_sdram_fixup_memsize(); + dt_fixup_mac_addresses(&bd.bi_enetaddr); +} -+ ++ +void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, + unsigned long r6, unsigned long r7) +{ @@ -203,11 +203,11 @@ + #size-cells = <1>; + partition@0 { + label = "linux"; -+ reg = <0x0 0x3c0000>; ++ reg = <0x0 0x120000>; + }; -+ partition@100000 { ++ partition@120000 { + label = "rootfs"; -+ reg = <0x100000 0x2c0000>; ++ reg = <0x120000 0x2a0000>; + }; + partition@3c0000 { + label = "u-boot";