mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 10:43:57 +08:00
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 <grant.likely@secretlab.ca>
This commit is contained in:
parent
70bf0333d7
commit
1d46e379aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user