diff options
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 965c237c122d..3ac75aecdb94 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -186,6 +186,9 @@ cuboot*) | |||
186 | *-mpc85*|*-tqm85*|*-sbc85*) | 186 | *-mpc85*|*-tqm85*|*-sbc85*) |
187 | platformo=$object/cuboot-85xx.o | 187 | platformo=$object/cuboot-85xx.o |
188 | ;; | 188 | ;; |
189 | *-amigaone) | ||
190 | link_address='0x800000' | ||
191 | ;; | ||
189 | esac | 192 | esac |
190 | ;; | 193 | ;; |
191 | ps3) | 194 | ps3) |
@@ -211,11 +214,11 @@ simpleboot-virtex405-*) | |||
211 | binary=y | 214 | binary=y |
212 | ;; | 215 | ;; |
213 | simpleboot-virtex440-*) | 216 | simpleboot-virtex440-*) |
214 | platformo="$object/simpleboot.o $object/virtex.o" | 217 | platformo="$object/fixed-head.o $object/simpleboot.o $object/virtex.o" |
215 | binary=y | 218 | binary=y |
216 | ;; | 219 | ;; |
217 | simpleboot-*) | 220 | simpleboot-*) |
218 | platformo="$object/simpleboot.o" | 221 | platformo="$object/fixed-head.o $object/simpleboot.o" |
219 | binary=y | 222 | binary=y |
220 | ;; | 223 | ;; |
221 | asp834x-redboot) | 224 | asp834x-redboot) |