Skip to content

Commit

Permalink
powerpc/bootwrapper: Custom build options for XPedite52xx targets
Browse files Browse the repository at this point in the history
Some XPedite52xx boards have a legacy boot loader requiring some special
care in the boot wrapper.  The use of cuboot-85xx is needed to fix
up embedded device trees, and a custom link address is specified to
accommodate the boot loader and larger kernel image sizes used on X-ES
MPC85xx platforms.

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Nate Case authored and Kumar Gala committed Jun 16, 2009
1 parent 6277597 commit 2476082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/powerpc/boot/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ asp834x-redboot)
platformo="$object/fixed-head.o $object/redboot-83xx.o"
binary=y
;;
xpedite52*)
link_address='0x1400000'
platformo=$object/cuboot-85xx.o
;;
esac

vmz="$tmpdir/`basename \"$kernel\"`.$ext"
Expand Down

0 comments on commit 2476082

Please sign in to comment.