commit | 38183e62d97b3b25db07118124a5e1971e72df58 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Sep 03 11:23:39 2020 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Sep 23 10:31:41 2020 +0200 |
tree | 5d1acf54a81688913f0d5e7f7f824f0edaaa0a99 | |
parent | 1b136c5a49dd583261f4ae202f5cecafd48ce62e [diff] |
spl: Kconfig: Record proper dependency for SPL_ATF 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 | spl_fixup_fdt(spl_image.fdt_addr); Signed-off-by: Michal Simek <michal.simek@xilinx.com>