From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 11 Nov 2013 10:51:07 -0700 Subject: [U-Boot] [PATCH RFC] imx: add multi-architecture README In-Reply-To: <5280F3C8.2060105@boundarydevices.com> References: <1384027962-11556-1-git-send-email-eric.nelson@boundarydevices.com> <20131111200305.72372960@triceratops> <5280F3C8.2060105@boundarydevices.com> Message-ID: <5281190B.4040103@boundarydevices.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 11/11/2013 08:12 AM, Eric Nelson wrote: > Thanks Tapani, > > On 11/11/2013 05:03 AM, Tapani wrote: >> >> >> >> We have suggested an alternative solution, but somehow nobody seem >> to notice. We avoid almost all the preprocessor messing, and have the >> definitions only once. And it would scale for even more cpu types. >> Admittedly, the drawback is duplicate padconf macro definitions >> (or having to convert the existing boards padconfigs). >> > Somehow I missed it. What I recall involved duplicating code and data. > Whoops. I should have said "logic and declarations"...