Re: [U-Boot] [PATCH 10/17] sunxi: SPL: store RAM size in gd

2017-03-08 Thread Simon Glass
On 28 February 2017 at 19:25, Andre Przywara wrote: > The sunxi SPL was holding the detected RAM size in some local variable > only, so it wasn't accessible for other functions. > Store the value in gd->ram_size instead, so it can be used later on. > > Signed-off-by: Andre Przywara > --- > board

[U-Boot] [PATCH 10/17] sunxi: SPL: store RAM size in gd

2017-02-28 Thread Andre Przywara
The sunxi SPL was holding the detected RAM size in some local variable only, so it wasn't accessible for other functions. Store the value in gd->ram_size instead, so it can be used later on. Signed-off-by: Andre Przywara --- board/sunxi/board.c | 7 +++ 1 file changed, 3 insertions(+), 4 del