Re: [PATCH] spl: Kconfig: Record proper dependency for SPL_ATF

2020-09-23 Thread Michal Simek
čt 3. 9. 2020 v 12:02 odesílatel Michal Simek napsal: > > ATF support was all the time based on FIT image support but this dependency > is not recorded anywhere. > For !SPL_FIT && SPL_ATF there is compilation error: > common/spl/spl.c: In function 'board_init_r': > common/spl/spl.c:689:26: error:

Re: [PATCH] spl: Kconfig: Record proper dependency for SPL_ATF

2020-09-06 Thread Simon Glass
On Thu, 3 Sep 2020 at 04:02, Michal Simek wrote: > > ATF support was all the time based on FIT image support but this dependency > is not recorded anywhere. > For !SPL_FIT && SPL_ATF there is compilation error: > common/spl/spl.c: In function 'board_init_r': > common/spl/spl.c:689:26: error:

[PATCH] spl: Kconfig: Record proper dependency for SPL_ATF

2020-09-03 Thread Michal Simek
ATF support was all the time based on FIT image support but this dependency is not recorded anywhere. For !SPL_FIT && SPL_ATF there is compilation error: common/spl/spl.c: In function 'board_init_r': common/spl/spl.c:689:26: error: 'struct spl_image_info' has no member named 'fdt_addr' 689 |