Re: [U-Boot] [PATCH v3 7/9] sandbox: Support pre-relocation malloc()

2014-07-26 Thread Simon Glass
On 11 July 2014 05:23, Simon Glass wrote: > Set up and zero global data before board_init_f() is called so that we can > remove the need for CONFIG_SYS_GENERIC_GLOBAL_DATA. > > Signed-off-by: Simon Glass Applied to dm/master. ___ U-Boot mailing list U-

[U-Boot] [PATCH v3 7/9] sandbox: Support pre-relocation malloc()

2014-07-10 Thread Simon Glass
Set up and zero global data before board_init_f() is called so that we can remove the need for CONFIG_SYS_GENERIC_GLOBAL_DATA. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None README | 4 ++-- arch/sandbox/cpu/start.c | 3 +++ 2 files changed, 5 insertio