mpc83xx: Size optimization of start.S
authorRon Madrid <ron_madrid@sbcglobal.net>
Fri, 12 Dec 2008 21:12:45 +0000 (13:12 -0800)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 22 Jan 2009 00:43:49 +0000 (18:43 -0600)
commit455a46915b82896cc2070eb326d075555c2bc580
treebc99b7d7d606855a04c2258dacbe9aae86a09a49
parentbe4880ebe4355e8782be4af4b337a1b98dffcbe3
mpc83xx: Size optimization of start.S

Currently there are in excess of 100 bytes located at the beginning of the image
built by start.S that are not being utilized.  This patch moves a few functions
into this part of the image.  This will create a greater number of *available*
bytes that can be used by board specific code in NAND builds and will decrease
the size of the assembled code in other builds.

Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
cpu/mpc83xx/start.S