aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-xarch/powerpc/boot/wrapper4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
index 592a6ea474f..644bf9d4ea0 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 ;;
217simpleboot-*)
218 platformo="$object/simpleboot.o"
219 binary=y
220 ;;
217asp834x-redboot) 221asp834x-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