diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:54 -0400 |
commit | ea08dcfa5439acaf33660e372d44fc049a90b121 (patch) | |
tree | 860427d0839b7501db795cf1065171da0172996b /arch/ppc/boot | |
parent | d2d34169cc9834f29dac0b02f95022b1e0b97e52 (diff) |
[PATCH] ppc32: Remove board support for REDWOOD
Support for the REDWOOD board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/boot')
-rw-r--r-- | arch/ppc/boot/simple/Makefile | 2 | ||||
-rw-r--r-- | arch/ppc/boot/simple/head.S | 9 |
2 files changed, 0 insertions, 11 deletions
diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile index 3e187fe0f599..7e975aa98404 100644 --- a/arch/ppc/boot/simple/Makefile +++ b/arch/ppc/boot/simple/Makefile | |||
@@ -154,8 +154,6 @@ zimageinitrd-$(CONFIG_LITE5200) := zImage.initrd-STRIPELF | |||
154 | 154 | ||
155 | # This is a treeboot that needs init functions until the | 155 | # This is a treeboot that needs init functions until the |
156 | # boot rom is sorted out (i.e. this is short lived) | 156 | # boot rom is sorted out (i.e. this is short lived) |
157 | extra-aflags-$(CONFIG_REDWOOD_4) := -Wa,-m405 | ||
158 | extra.o-$(CONFIG_REDWOOD_4) := rw4/rw4_init.o rw4/rw4_init_brd.o | ||
159 | EXTRA_AFLAGS := $(extra-aflags-y) | 157 | EXTRA_AFLAGS := $(extra-aflags-y) |
160 | # head.o needs to get the cacheflags defined. | 158 | # head.o needs to get the cacheflags defined. |
161 | AFLAGS_head.o += $(cacheflag-y) | 159 | AFLAGS_head.o += $(cacheflag-y) |
diff --git a/arch/ppc/boot/simple/head.S b/arch/ppc/boot/simple/head.S index 524053202bb4..5e4adc298bf9 100644 --- a/arch/ppc/boot/simple/head.S +++ b/arch/ppc/boot/simple/head.S | |||
@@ -120,15 +120,6 @@ haveOF: | |||
120 | mtspr SPRN_DER,r4 | 120 | mtspr SPRN_DER,r4 |
121 | #endif | 121 | #endif |
122 | 122 | ||
123 | #ifdef CONFIG_REDWOOD_4 | ||
124 | /* All of this Redwood 4 stuff will soon disappear when the | ||
125 | * boot rom is straightened out. | ||
126 | */ | ||
127 | mr r29, r3 /* Easier than changing the other code */ | ||
128 | bl HdwInit | ||
129 | mr r3, r29 | ||
130 | #endif | ||
131 | |||
132 | #if defined(CONFIG_MBX) || defined(CONFIG_RPX8260) || defined(CONFIG_PPC_PREP) | 123 | #if defined(CONFIG_MBX) || defined(CONFIG_RPX8260) || defined(CONFIG_PPC_PREP) |
133 | mr r4,r29 /* put the board info pointer where the relocate | 124 | mr r4,r29 /* put the board info pointer where the relocate |
134 | * routine will find it | 125 | * routine will find it |