diff options
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index d6c96d9ab291..4832be880998 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -171,7 +171,7 @@ cuboot*) | |||
171 | *-mpc824*) | 171 | *-mpc824*) |
172 | platformo=$object/cuboot-824x.o | 172 | platformo=$object/cuboot-824x.o |
173 | ;; | 173 | ;; |
174 | *-mpc83*) | 174 | *-mpc83*|*-asp834x*) |
175 | platformo=$object/cuboot-83xx.o | 175 | platformo=$object/cuboot-83xx.o |
176 | ;; | 176 | ;; |
177 | *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*) | 177 | *-tqm8541|*-mpc8560*|*-tqm8560|*-tqm8555|*-ksi8560*) |
@@ -203,6 +203,10 @@ simpleboot-virtex405-*) | |||
203 | platformo="$object/virtex405-head.o $object/simpleboot.o" | 203 | platformo="$object/virtex405-head.o $object/simpleboot.o" |
204 | binary=y | 204 | binary=y |
205 | ;; | 205 | ;; |
206 | asp834x-redboot) | ||
207 | platformo="$object/fixed-head.o $object/redboot-83xx.o" | ||
208 | binary=y | ||
209 | ;; | ||
206 | esac | 210 | esac |
207 | 211 | ||
208 | vmz="$tmpdir/`basename \"$kernel\"`.$ext" | 212 | vmz="$tmpdir/`basename \"$kernel\"`.$ext" |