diff options
-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 592a6ea474f6..644bf9d4ea00 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -214,6 +214,10 @@ simpleboot-virtex440-*) | |||
214 | platformo="$object/simpleboot.o $object/virtex.o" | 214 | platformo="$object/simpleboot.o $object/virtex.o" |
215 | binary=y | 215 | binary=y |
216 | ;; | 216 | ;; |
217 | simpleboot-*) | ||
218 | platformo="$object/simpleboot.o" | ||
219 | binary=y | ||
220 | ;; | ||
217 | asp834x-redboot) | 221 | asp834x-redboot) |
218 | platformo="$object/fixed-head.o $object/redboot-83xx.o" | 222 | platformo="$object/fixed-head.o $object/redboot-83xx.o" |
219 | binary=y | 223 | binary=y |