From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 16 Mar 2012 10:01:36 -0700 Subject: [U-Boot] [PATCH] i.MX28: Drop __naked function from spl_mem_init In-Reply-To: <1331903075-10468-1-git-send-email-marex@denx.de> References: <1331903075-10468-1-git-send-email-marex@denx.de> Message-ID: <20120316170136.GA4234@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Mar 16, 2012 at 02:04:35PM +0100, Marek Vasut wrote: > Instead of compiling the function and using the result as a constant, simply use > the constant. Include a link to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52546 so we know why we're doing this? -- Tom