On Wed, Feb 1, 2012 at 12:49 PM, Wolfgang Denk <w...@denx.de> wrote:
> Dear Tom Rini,
>
> In message 
> <CA+M6bXkXA+356AFLGDS55o=7bzuuqccpcxavejo9awdenn3...@mail.gmail.com> you 
> wrote:
>>
>> Maybe we need to separate out the systems which are very resource
>> constrained from the ones that aren't, share code where we can and
>> make that code obviously marked as such.
>
> I think it's the other way round. You ned to find out which code is
> safe to call from a restricted environment, and track down the linker
> dependencies to make sure you don't pull something in that breaks.
> Which means you need to review all code and mark it's requirements.

So are you then open to playing more linker games, at least for the
boot modes where this is rather feasible? (.data.splsafe /
.text.splsafe and head.o)

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to