Re: [U-Boot] [PATCH v3 09/29] dm: Support driver model prior to relocation

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > Initialise devices marked 'pre-reloc' and make them available prior to > relocation. Note that this requires pre-reloc malloc() to be available. > > Signed-off-by: Simon Glass Applied to dm/master. ___ U-Boot

[U-Boot] [PATCH v3 09/29] dm: Support driver model prior to relocation

2014-07-23 Thread Simon Glass
Initialise devices marked 'pre-reloc' and make them available prior to relocation. Note that this requires pre-reloc malloc() to be available. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Minor reword to comment for dm_init_and_scan() common/board_f.c |