commit | 0688b758a2c2d3c56dd46ceb6c78ebf29867cc57 | [log] [tgz] |
---|---|---|
author | Tom Warren <twarren@nvidia.com> | Thu Mar 26 15:20:44 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 08:07:58 2020 -0600 |
tree | 6d3963d2b92e039db7dc846cdf140b6b794691f1 | |
parent | 48e4288aed7d05399a4c0d3ff908319d2793e3f5 [diff] |
fdt: Fix 'system' command 'fdt systemsetup' wasn't working, due to the fact that the 'set' command was being parsed in do_fdt() by only testing for the leading 's' instead of "se", which kept the "sys" test further down from executing. Changed to test for "se" instead, now 'fdt systemsetup' works (to test the ft_system_setup proc w/o having to boot a kernel). Signed-off-by: Tom Warren <twarren@nvidia.com>