Commit 1d46e379 authored by Grant Likely's avatar Grant Likely

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: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 70bf0333
...@@ -214,6 +214,10 @@ simpleboot-virtex440-*) ...@@ -214,6 +214,10 @@ simpleboot-virtex440-*)
platformo="$object/simpleboot.o $object/virtex.o" platformo="$object/simpleboot.o $object/virtex.o"
binary=y binary=y
;; ;;
simpleboot-*)
platformo="$object/simpleboot.o"
binary=y
;;
asp834x-redboot) asp834x-redboot)
platformo="$object/fixed-head.o $object/redboot-83xx.o" platformo="$object/fixed-head.o $object/redboot-83xx.o"
binary=y binary=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment