From: Grant Likely Date: Fri, 4 Jul 2008 06:59:37 +0000 (-0600) Subject: powerpc/bootwrapper: add missing bit of simpleImage target X-Git-Tag: v2.6.27-rc1~1058^2~14^2~4^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1d46e379aae7349069f459618f53fd5193c2fd29;p=~emulex%2Finfiniband.git powerpc/bootwrapper: add missing bit of simpleImage target 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 --- 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-*) 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