Re: [U-Boot] [PATCH v3 25/62] board_f/r: Use static const for the init sequences

2017-01-16 Thread Bin Meng
On Tue, Jan 17, 2017 at 10:27 AM, Bin Meng wrote: > On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: >> These tables should be declared static const. Unfortunately the table in >> board_r is updated on machines with manual relocation. >> >> Update them. >> >> Signed-off-by: Simon Glass >> --

Re: [U-Boot] [PATCH v3 25/62] board_f/r: Use static const for the init sequences

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > These tables should be declared static const. Unfortunately the table in > board_r is updated on machines with manual relocation. > > Update them. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add new patch to use static const f

[U-Boot] [PATCH v3 25/62] board_f/r: Use static const for the init sequences

2017-01-16 Thread Simon Glass
These tables should be declared static const. Unfortunately the table in board_r is updated on machines with manual relocation. Update them. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to use static const for the board_f/r init sequences Changes in v2: None common/board_f.c