Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7e1cf0c authored by Grant Likely's avatar Grant Likely
Browse files

powerpc/bootwrapper: add fixed-head.o to simpleimage wrappers



fixed-head.o must be linked into the bootwrapper for raw-binary images to
work.  This patch adds it into the bootwrapper.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Reported-by: default avatarEddie Dawydiuk <eddie@embeddedarm.com>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 10b9dc6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -214,11 +214,11 @@ simpleboot-virtex405-*)
    binary=y
    binary=y
    ;;
    ;;
simpleboot-virtex440-*)
simpleboot-virtex440-*)
    platformo="$object/simpleboot.o $object/virtex.o"
    platformo="$object/fixed-head.o $object/simpleboot.o $object/virtex.o"
    binary=y
    binary=y
    ;;
    ;;
simpleboot-*)
simpleboot-*)
    platformo="$object/simpleboot.o"
    platformo="$object/fixed-head.o $object/simpleboot.o"
    binary=y
    binary=y
    ;;
    ;;
asp834x-redboot)
asp834x-redboot)