commit | f0ed68e21f219c1bee52b73183660e5e88b06e0f | [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 | 793fd86f722f5c5e13290be2074816b001359b76 [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>