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 df2358e9f1ca..592a6ea474f6 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -207,7 +207,11 @@ adder875-redboot) | |||
207 | binary=y | 207 | binary=y |
208 | ;; | 208 | ;; |
209 | simpleboot-virtex405-*) | 209 | simpleboot-virtex405-*) |
210 | platformo="$object/virtex405-head.o $object/simpleboot.o" | 210 | platformo="$object/virtex405-head.o $object/simpleboot.o $object/virtex.o" |
211 | binary=y | ||
212 | ;; | ||
213 | simpleboot-virtex440-*) | ||
214 | platformo="$object/simpleboot.o $object/virtex.o" | ||
211 | binary=y | 215 | binary=y |
212 | ;; | 216 | ;; |
213 | asp834x-redboot) | 217 | asp834x-redboot) |