diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 11:43:10 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 11:43:10 +0000 |
commit | 5dad28165e5d5f1d84bfba299fb9761878555132 (patch) | |
tree | 0fa6b541e6debde3cfe8b2e0388aac932b882cbf /target/linux/mpc83xx | |
parent | 796592856fb4fd5143f7e27b5f5b9337808bb688 (diff) |
mpc83xx: fix build warnings in RB333/600 dtb wrappers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/patches-3.3/200-powerpc-add-rbppc-support.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/mpc83xx/patches-3.3/200-powerpc-add-rbppc-support.patch b/target/linux/mpc83xx/patches-3.3/200-powerpc-add-rbppc-support.patch index 35e11cb8d..b78bcf478 100644 --- a/target/linux/mpc83xx/patches-3.3/200-powerpc-add-rbppc-support.patch +++ b/target/linux/mpc83xx/patches-3.3/200-powerpc-add-rbppc-support.patch @@ -306,7 +306,7 @@ +}; --- /dev/null +++ b/arch/powerpc/boot/rb600.c -@@ -0,0 +1,72 @@ +@@ -0,0 +1,70 @@ +/* + * The RouterBOARD platform -- for booting RB600(A) RouterBOARDs. + * @@ -334,8 +334,6 @@ +{ + const u32 *reg, *timebase, *clock; + int node, size; -+ void *chosen; -+ const char* bootargs; + + dt_fixup_memory(0, memsize64); + @@ -873,7 +871,7 @@ + +static void rb333_fixups(void) +{ -+ const u32 *reg, *timebase, *clock; ++ const u32 *timebase, *clock; + int node, size; + void *chosen; + const char* bootargs; |