diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 11:43:10 +0000 |
commit | 1a5a9c5daeb5a2e9c904f377a178060820108ef6 (patch) | |
tree | 5003aacde68426c51ace2be318a7b2388f882e59 | |
parent | 7ffa3fe02cfea5d54bddc18603f1f7860bc7205e (diff) | |
download | upstream-1a5a9c5daeb5a2e9c904f377a178060820108ef6.tar.gz upstream-1a5a9c5daeb5a2e9c904f377a178060820108ef6.tar.bz2 upstream-1a5a9c5daeb5a2e9c904f377a178060820108ef6.zip |
mpc83xx: fix build warnings in RB333/600 dtb wrappers
SVN-Revision: 31587
-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 35e11cb8d1..b78bcf478a 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; |