]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/bootwrapper: add missing bit of simpleImage target
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 4 Jul 2008 06:59:37 +0000 (00:59 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 4 Jul 2008 06:59:37 +0000 (00:59 -0600)
The wrapper script is missing the bits needed for building generic
simpleImage targets (targets which don't depend on any particular
firmware interface and retrieve all their data from the device tree).

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/wrapper

index 592a6ea474f64882f26efe3fe81bb1c699cf70ae..644bf9d4ea00b21233daaac6e6b69c0c7be61695 100755 (executable)
@@ -214,6 +214,10 @@ simpleboot-virtex440-*)
     platformo="$object/simpleboot.o $object/virtex.o"
     binary=y
     ;;
+simpleboot-*)
+    platformo="$object/simpleboot.o"
+    binary=y
+    ;;
 asp834x-redboot)
     platformo="$object/fixed-head.o $object/redboot-83xx.o"
     binary=y