u-boot/arch
Heinrich Schuchardt f17fe71222 powerpc: fix fdt_fixup_liodn_tbl_fman()
Builiding with GCC 12.2 fails:

    arch/powerpc/cpu/mpc85xx/liodn.c: In function 'fdt_fixup_liodn_tbl_fman':
    arch/powerpc/cpu/mpc85xx/liodn.c:340:35: error: the comparison will
    always evaluate as 'false' for the address of 'compat'
    will never be NULL [-Werror=address]
      340 |                 if (tbl[i].compat == NULL)
          |

Remove the superfluous check.

Fixes: 97a8d010e0 ("net/fman: Support both new and legacy FMan Compatibles")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-12-06 15:30:30 -05:00
..
arc global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
arm Convert CONFIG_TEGRA_CLOCK_SCALING et al to Kconfig 2022-12-05 16:08:37 -05:00
m68k m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECS 2022-12-05 18:16:43 -05:00
microblaze Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE 2022-10-31 11:01:31 -04:00
mips global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
nios2 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
powerpc powerpc: fix fdt_fixup_liodn_tbl_fman() 2022-12-06 15:30:30 -05:00
riscv riscv: clarify meaning of CONFIG_SBI_V02 2022-11-15 15:37:17 +08:00
sandbox sandbox: Rework how SDL is enabled / disabled 2022-12-05 16:11:50 -05:00
sh global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
x86 global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
xtensa global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
.gitignore
Kconfig sandbox: Move CONFIG_IO_TRACE to Kconfig 2022-12-05 16:07:13 -05:00
Kconfig.nxp Convert CONFIG_SYS_PMAN et al to Kconfig 2022-12-05 16:06:07 -05:00
u-boot-elf.lds