diff options
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 6170bbf339a3..3ac75aecdb94 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -214,11 +214,11 @@ simpleboot-virtex405-*) | |||
214 | binary=y | 214 | binary=y |
215 | ;; | 215 | ;; |
216 | simpleboot-virtex440-*) | 216 | simpleboot-virtex440-*) |
217 | platformo="$object/simpleboot.o $object/virtex.o" | 217 | platformo="$object/fixed-head.o $object/simpleboot.o $object/virtex.o" |
218 | binary=y | 218 | binary=y |
219 | ;; | 219 | ;; |
220 | simpleboot-*) | 220 | simpleboot-*) |
221 | platformo="$object/simpleboot.o" | 221 | platformo="$object/fixed-head.o $object/simpleboot.o" |
222 | binary=y | 222 | binary=y |
223 | ;; | 223 | ;; |
224 | asp834x-redboot) | 224 | asp834x-redboot) |