Re: [PATCH v4 0/5] cmd: source: Support specifying config name

2022-12-31 Thread Tom Rini
On Mon, 12 Dec 2022 14:12:06 -0500, Sean Anderson wrote: > This series adds support for using configs with the source command. See > the third patch for details. > > Changes in v4: > - Add fallback for fit_config_verify > - Fix fit_conf_get_prop_node missing a phase > > [...] Applied to u-boot/

[PATCH v4 0/5] cmd: source: Support specifying config name

2022-12-12 Thread Sean Anderson
This series adds support for using configs with the source command. See the third patch for details. Changes in v4: - Add fallback for fit_config_verify - Fix fit_conf_get_prop_node missing a phase Changes in v3: - Halve the quotes Changes in v2: - Add test for source command Sean Anderson (5):