Skip to content
Commit 0688b758 authored by Tom Warren's avatar Tom Warren Committed by Simon Glass
Browse files

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: default avatarTom Warren <twarren@nvidia.com>
parent 48e4288a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment