Re: [U-Boot] [PATCH] nios2: add memory to board info

2015-10-26 Thread Thomas Chou
Hi Marek, On 10/27/2015 04:24 AM, Marek Vasut wrote: On Monday, October 26, 2015 at 10:19:32 AM, Thomas Chou wrote: Run setup_board_part1/2 and add memory information to board info structure. So that it can display correct values in bdinfo command. Signed-off-by: Thomas Chou --- common/boar

Re: [U-Boot] [PATCH] nios2: add memory to board info

2015-10-26 Thread Marek Vasut
On Monday, October 26, 2015 at 10:19:32 AM, Thomas Chou wrote: > Run setup_board_part1/2 and add memory information to board info > structure. So that it can display correct values in bdinfo command. > > Signed-off-by: Thomas Chou > --- > common/board_f.c | 4 ++-- > 1 file changed, 2 insertions