commit | 09caa01b26e5e8996cda4885fdd1f70aed3ab1df | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Jul 05 10:26:34 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 11:34:58 2016 -0400 |
tree | a3189a140322f9f914f52fbc0ef52303b13cd2f4 | |
parent | e25fcf1f91020c5cf852ba73db49f4c05aa1f4fc [diff] |
cmd: fdt: Narrow the check for fdt addr The current code only checks if the fdt subcommand is fdt addr by checking whether it starts with 'a'. Since this is a pretty widely used letter, narrow down that check a bit. Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>