Re: [U-Boot] [PATCH 06/10] board: altera: Stratix10: Add ft_board_setup()

2019-03-19 Thread Ley Foon Tan
On Tue, Mar 12, 2019 at 7:03 PM Marek Vasut wrote: > > On 3/12/19 9:31 AM, Ley Foon Tan wrote: > > Add ft_board_setup() function to setup memory banks before > > boot to Linux. > > Shouldn't bootm/booti be doing just that already ? Don't need this if we use fdtdec_setup_memory_banksize(). > > >

Re: [U-Boot] [PATCH 06/10] board: altera: Stratix10: Add ft_board_setup()

2019-03-12 Thread Marek Vasut
On 3/12/19 9:31 AM, Ley Foon Tan wrote: > Add ft_board_setup() function to setup memory banks before > boot to Linux. Shouldn't bootm/booti be doing just that already ? > Signed-off-by: Ley Foon Tan > --- > board/altera/stratix10-socdk/socfpga.c | 25 + > 1 file

[U-Boot] [PATCH 06/10] board: altera: Stratix10: Add ft_board_setup()

2019-03-12 Thread Ley Foon Tan
Add ft_board_setup() function to setup memory banks before boot to Linux. Signed-off-by: Ley Foon Tan --- board/altera/stratix10-socdk/socfpga.c | 25 + 1 file changed, 25 insertions(+) diff --git a/board/altera/stratix10-socdk/socfpga.c