[U-Boot-Users] [PATCH] fdt: add common memory fixup function

Martin Krause Martin.Krause at tqs.de
Thu Oct 25 17:47:34 CEST 2007


Kim Phillips wrote on Thursday, October 25, 2007 4:39 PM:
> On Thu, 25 Oct 2007 15:43:27 +0200
> Martin Krause <martin.krause at tqs.de> wrote:
> 
> > 
> > +#define CONFIG_OF_MEMORY_FIXUP	1
> > 
> is it possible to consolidate the memory fixup code config into an
> existing CONFIG, such as libfdt's or OF_BOARD_SETUP, instead of making
> a new one?

Yes, I can change this. But then all boards wich have OF_BOARD_SETUP
defined, will use the new global memory fixup function. Currently not
all boards which define OF_BOARD_SETUP do already a memory fixup.
This boards would be forced to the fixup. Don't know, if this would
be OK or could lead to some unwanted side effects (one propably would
be an enlarged footprint of the resulting u-boot binary).

> also, will you be updating the other boards/platforms?

Yes, I can create a patch. I didn't do this yet, because I wasn't sure
if the change would be accepted at all.

Best Regards,
Martin Krause




More information about the U-Boot mailing list