From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 9 Aug 2012 11:52:02 -0500 Subject: [U-Boot] [PATCH 2/2] powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL In-Reply-To: References: <20120809010333.GA25740@tyr.buserror.net> <20120809010618.GA25761@tyr.buserror.net> Message-ID: <5023EAB2.7080800@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/08/2012 09:28 PM, McClintock Matthew-B29882 wrote: > On Wed, Aug 8, 2012 at 9:27 PM, Matthew McClintock wrote: >> On Wed, Aug 8, 2012 at 8:06 PM, Scott Wood wrote: >>> LAW init is skipped in the SPL payload because it's assumed that the SPL >>> has taken care of it -- so make sure the SPL loads all the LAWs as is >>> done on other boards. >> >> It might be good to try this on a few different compilers to see if >> they are all under the size requirement. I've made this smaller from >> other work so it could still be OK. I don't have "a few different compilers" handy to test with -- and even if I did, it wouldn't be exhaustive. This fixes a bug. If someone finds that they can't build with some other compiler, they can report the bug and we'll deal with it. > Err, I spoke too soon... this might not be upstreamed though. Why not? -Scott