Re: [U-Boot] i.MX6 Code Consolidation suggestion/question

2019-03-18 Thread Fabio Estevam
On Wed, Mar 13, 2019 at 6:36 PM Adam Ford wrote: > I am using the sabresd board as the model for board_init_f and placing > it into mach-imx/spl.c > > I am running into an implicit declaration warning because I we're > going to call spl_dram_init which is in the board file. I was curious > to

Re: [U-Boot] i.MX6 Code Consolidation suggestion/question

2019-03-13 Thread Adam Ford
On Mon, Feb 25, 2019 at 7:52 AM Fabio Estevam wrote: > > Hi Adam, > > On Mon, Feb 25, 2019 at 10:09 AM Adam Ford wrote: > > > > I am looking into the SPL code to boot the imx6_logic board and > > comparing its board file to other i.MX6 boards. > > > > Nearly every board has a virtually identical

Re: [U-Boot] i.MX6 Code Consolidation suggestion/question

2019-02-25 Thread Fabio Estevam
Hi Adam, On Mon, Feb 25, 2019 at 10:09 AM Adam Ford wrote: > > I am looking into the SPL code to boot the imx6_logic board and > comparing its board file to other i.MX6 boards. > > Nearly every board has a virtually identical board_init_f function. > Some of the entries are done is slightly

[U-Boot] i.MX6 Code Consolidation suggestion/question

2019-02-25 Thread Adam Ford
I am looking into the SPL code to boot the imx6_logic board and comparing its board file to other i.MX6 boards. Nearly every board has a virtually identical board_init_f function. Some of the entries are done is slightly different orders, but what happens appears to be the same. I don't know if