Re: [U-Boot] [PATCH v3 07/12] Allow architecture-specific memory reservation

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass s...@chromium.org wrote: All memory to be reserved for use after relocation by adding a new call to perform this reservation. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None common/board_f.c | 7 +++

[U-Boot] [PATCH v3 07/12] Allow architecture-specific memory reservation

2015-01-19 Thread Simon Glass
All memory to be reserved for use after relocation by adding a new call to perform this reservation. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None common/board_f.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/common/board_f.c