Peter Hoyes b4fae89c48 fdt: Make fdt addr -q quieter
64597346 "fdt: Add -q option to fdt addr for distro_bootcmd" introduced
the -q option for fdt addr, which sets the current working fdt address
without printing any output.

baf41410 "fdt: Show a message when the working FDT changes" made the
utility function set_working_fdt_addr (in cmd/fdt.c) output a message
on each invocation, even if called via fdt addr -q, in which case its
output is now slightly noisier.

To fix this, split out set_working_fdt_addr into set_working_fdt_addr
plus the static function set_working_fdt_addr_quiet.
set_working_fdt_addr_quiet can be called by "quiet" fdt cmd logic and
set_working_fdt_addr is exported (as before) to other boot logic. The
latter calls the former.

Remove the assertion from the fdt addr test case when calling with the
-q argument.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-04-03 06:53:53 +12:00
..
2022-10-20 15:22:15 +08:00
2023-02-10 07:41:40 -05:00
2017-02-08 15:56:28 -05:00
2022-09-25 08:30:05 -06:00
2022-10-30 20:07:17 +01:00
2022-09-24 11:34:38 -04:00
2023-02-10 07:41:40 -05:00
2023-03-08 11:40:49 -08:00
2022-09-29 16:07:57 -04:00
2022-10-17 21:17:12 -06:00
2023-02-10 13:45:15 -05:00
2022-09-29 16:07:57 -04:00
2020-05-18 18:36:55 -04:00
2022-10-11 15:40:48 -04:00
2020-05-18 18:36:55 -04:00
2023-02-10 07:41:40 -05:00
2022-08-04 16:18:47 -04:00
2022-08-04 16:18:47 -04:00
2020-05-18 18:36:55 -04:00
2022-09-29 16:07:57 -04:00
2023-02-10 07:41:40 -05:00
2023-03-25 11:07:22 +01:00
2023-02-10 13:45:15 -05:00
2022-09-24 11:34:38 -04:00
2022-03-15 16:19:29 -04:00
2020-05-18 18:36:55 -04:00
2020-05-18 18:36:55 -04:00
2020-05-18 18:36:55 -04:00
2020-10-23 13:33:07 -04:00
2023-04-03 06:53:53 +12:00
2022-08-04 16:18:47 -04:00
2022-09-29 16:07:57 -04:00
2022-05-06 14:39:15 -04:00
2020-05-18 18:36:55 -04:00
2020-05-18 18:36:55 -04:00
2022-09-16 11:05:16 -04:00
2020-05-18 18:36:55 -04:00
2022-08-04 16:18:47 -04:00
2022-09-25 08:30:05 -06:00
2020-05-18 18:36:55 -04:00
2021-11-28 16:51:51 -07:00
2023-01-27 18:31:58 +01:00
2022-06-22 21:29:47 -04:00
2023-01-31 22:02:27 +09:00
2020-10-28 11:49:31 -04:00
2023-02-27 16:28:30 +01:00
2023-02-09 16:32:26 -05:00
2022-10-06 22:54:57 +02:00
2023-03-30 15:09:59 -04:00
2022-09-16 11:05:16 -04:00
2022-05-05 15:06:02 -04:00
2020-07-08 17:21:46 -04:00
2022-09-02 13:40:42 -04:00
2022-01-19 18:11:34 +01:00
2020-05-18 18:36:55 -04:00
2022-09-16 11:05:16 -04:00
2023-03-17 15:44:01 -04:00
2022-09-16 11:05:16 -04:00
2022-09-16 11:05:16 -04:00
2023-02-06 17:10:15 -05:00
2022-01-19 18:11:34 +01:00
2023-01-26 21:05:13 +05:30
2021-09-24 14:30:46 -04:00
2020-08-07 22:31:32 -04:00
2022-10-11 15:40:48 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 18:36:55 -04:00
2021-10-09 13:09:56 -04:00
2022-12-07 16:04:17 -05:00
2020-05-18 18:36:55 -04:00
2020-05-18 18:36:55 -04:00
2023-01-20 12:27:24 -05:00
2022-10-11 15:40:48 -04:00