From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Waterman Date: Wed, 04 May 2011 14:24:15 -0400 Subject: [U-Boot] [PATCH] Decreases code size of the nand_spl In-Reply-To: <20110504124645.3d203b1d@schlenkerla.am.freescale.net> References: <4DC15037.70109@dawning.com> <201105041547.27960.sr@denx.de> <20110504124645.3d203b1d@schlenkerla.am.freescale.net> Message-ID: <4DC199CF.7010504@dawning.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott, > Or we could apply both and save even more space, delaying the next time we > run into trouble. :-) Since the spl is so limited in space, would it be worth making every function in the spl use a local function pointer instead of lots of dereferences? - Alex