
I haven't received any communication about this patch in a while. Is is still being looked at or did it slip through the cracks? Or did I miss an email?
Let me know.
Ron
--- On Fri, 12/12/08, Ron Madrid ron_madrid@sbcglobal.net wrote:
From: Ron Madrid ron_madrid@sbcglobal.net Subject: [PATCH] mpc83xx: Size optimization of start.S To: u-boot@lists.denx.de Cc: "Ron Madrid" ron_madrid@sbcglobal.net Date: Friday, December 12, 2008, 1:12 PM 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
cpu/mpc83xx/start.S | 77 ++++++++++++++++++++++++++------------------------- 1 files changed, 39 insertions(+), 38 deletions(-)