提交 a7e1cf0c 编写于 作者: G Grant Likely

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: NGrant Likely <grant.likely@secretlab.ca>
Reported-by: NEddie Dawydiuk <eddie@embeddedarm.com>
Acked-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 10b9dc6f
......@@ -214,11 +214,11 @@ simpleboot-virtex405-*)
binary=y
;;
simpleboot-virtex440-*)
platformo="$object/simpleboot.o $object/virtex.o"
platformo="$object/fixed-head.o $object/simpleboot.o $object/virtex.o"
binary=y
;;
simpleboot-*)
platformo="$object/simpleboot.o"
platformo="$object/fixed-head.o $object/simpleboot.o"
binary=y
;;
asp834x-redboot)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册