diff options
Diffstat (limited to 'arch/powerpc/boot')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 3ac75aecdb94..4db487d1d2a8 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -225,6 +225,10 @@ asp834x-redboot) | |||
225 | platformo="$object/fixed-head.o $object/redboot-83xx.o" | 225 | platformo="$object/fixed-head.o $object/redboot-83xx.o" |
226 | binary=y | 226 | binary=y |
227 | ;; | 227 | ;; |
228 | xpedite52*) | ||
229 | link_address='0x1400000' | ||
230 | platformo=$object/cuboot-85xx.o | ||
231 | ;; | ||
228 | esac | 232 | esac |
229 | 233 | ||
230 | vmz="$tmpdir/`basename \"$kernel\"`.$ext" | 234 | vmz="$tmpdir/`basename \"$kernel\"`.$ext" |