mpc83xx: fix build warnings in RB333/600 dtb wrappers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31587 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
dda43ef81e
commit
22743ef943
|
@ -306,7 +306,7 @@
|
||||||
+};
|
+};
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/powerpc/boot/rb600.c
|
+++ b/arch/powerpc/boot/rb600.c
|
||||||
@@ -0,0 +1,72 @@
|
@@ -0,0 +1,70 @@
|
||||||
+/*
|
+/*
|
||||||
+ * The RouterBOARD platform -- for booting RB600(A) RouterBOARDs.
|
+ * The RouterBOARD platform -- for booting RB600(A) RouterBOARDs.
|
||||||
+ *
|
+ *
|
||||||
|
@ -334,8 +334,6 @@
|
||||||
+{
|
+{
|
||||||
+ const u32 *reg, *timebase, *clock;
|
+ const u32 *reg, *timebase, *clock;
|
||||||
+ int node, size;
|
+ int node, size;
|
||||||
+ void *chosen;
|
|
||||||
+ const char* bootargs;
|
|
||||||
+
|
+
|
||||||
+ dt_fixup_memory(0, memsize64);
|
+ dt_fixup_memory(0, memsize64);
|
||||||
+
|
+
|
||||||
|
@ -873,7 +871,7 @@
|
||||||
+
|
+
|
||||||
+static void rb333_fixups(void)
|
+static void rb333_fixups(void)
|
||||||
+{
|
+{
|
||||||
+ const u32 *reg, *timebase, *clock;
|
+ const u32 *timebase, *clock;
|
||||||
+ int node, size;
|
+ int node, size;
|
||||||
+ void *chosen;
|
+ void *chosen;
|
||||||
+ const char* bootargs;
|
+ const char* bootargs;
|
||||||
|
|
Loading…
Reference in New Issue