projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add default network configuration for the Bullet M
[openwrt.git]
/
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
331fc5f
..
7c2abd3
100644
(file)
--- 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);
+}
+ 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)
+{
+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";
+ #size-cells = <1>;
+ partition@0 {
+ label = "linux";
-+ reg = <0x0 0x
3c
0000>;
++ reg = <0x0 0x
12
0000>;
+ };
+ };
-+ partition@1
0
0000 {
++ partition@1
2
0000 {
+ label = "rootfs";
+ label = "rootfs";
-+ reg = <0x1
00000 0x2c
0000>;
++ reg = <0x1
20000 0x2a
0000>;
+ };
+ partition@3c0000 {
+ label = "u-boot";
+ };
+ partition@3c0000 {
+ label = "u-boot";
This page took
0.027165 seconds
and
4
git commands to generate.