Files
u-boot/include
Peter Hoyes e9496ec374 fdt: Add -q option to fdt addr for distro_bootcmd
distro_bootcmd uses this construct a few times to test $fdt_addr_r,
and fall back on $fdtcontroladdr if not set/invalid:

    if fdt addr ${fdt_addr_r}; then
        ...
    else
        ...
    fi

If the `fdt addr` test fails, it prints the following  message on the
console, suggesting there is an error when there is not:

    libfdt fdt_check_header(): FDT_ERR_BADMAGIC

To remove this potentially confusing error message, this patch adds -q
as a 'quiet' option for fdt addr, and uses this flag in
config_distro_bootcmd.h

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
2022-04-22 15:44:10 -04:00
..
2022-04-11 10:00:30 -04:00
2022-04-06 14:03:17 -04:00
2022-04-06 14:01:42 -04:00
2022-03-30 13:02:55 -04:00
2022-03-30 13:02:55 -04:00
2022-03-15 16:19:29 -04:00
2022-04-06 14:01:42 -04:00
2022-04-01 15:03:13 -04:00
2022-04-14 15:39:15 -04:00
2022-04-01 15:03:13 -04:00
2022-04-01 16:56:54 -04:00
2022-04-06 14:03:17 -04:00
2022-03-28 20:17:20 +02:00