Re: [U-Boot] [PATCH v5 0/3] Move Stratix 10 SDRAM driver to DM

2019-05-06 Thread Marek Vasut
On 5/6/19 3:55 AM, Ley Foon Tan wrote: > Compile ALTERA_SDRAM driver in SPL only and move Stratix 10 SDRAM driver to > DM. > > v4->v5: > - Rebase patches to u-boot/master branch. > > v3 -> v4: > - Add CONFIG_SPL_ALTERA_SDRAM to config_whitelist.txt in patch [1/3] and > remove it in patch [3/3]

[U-Boot] [PATCH v5 0/3] Move Stratix 10 SDRAM driver to DM

2019-05-05 Thread Ley Foon Tan
Compile ALTERA_SDRAM driver in SPL only and move Stratix 10 SDRAM driver to DM. v4->v5: - Rebase patches to u-boot/master branch. v3 -> v4: - Add CONFIG_SPL_ALTERA_SDRAM to config_whitelist.txt in patch [1/3] and remove it in patch [3/3] - Remove _remove(). - Update commit message in patch