RE: [PATCH 4/5] fdt: Fix 'system' command

2020-03-17 Thread Tom Warren
-Original Message- From: Stephen Warren Sent: Tuesday, March 17, 2020 10:33 AM To: Tom Warren Cc: u-boot@lists.denx.de Subject: Re: [PATCH 4/5] fdt: Fix 'system' command External email: Use caution opening links or attachments On 3/16/20 1:40 PM, twar...@nvidia.com wrote: > From:

Re: [PATCH 4/5] fdt: Fix 'system' command

2020-03-17 Thread Stephen Warren
On 3/16/20 1:40 PM, twar...@nvidia.com wrote: > From: Tom Warren > > '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

[PATCH 4/5] fdt: Fix 'system' command

2020-03-16 Thread twarren
From: Tom Warren '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