On 2024-05-16 06:03, Henry Wang wrote:
Fix the name mismatch in the xl dt-overlay command, the
command name should be "dt-overlay" instead of "dt_overlay".
Add the missing "," in the cmdtable.
Fix the exit code of the dt-overlay command, use EXIT_FAILURE
instead of ERROR_FAIL.
Fixes: 61765a07e3d8 ("tools/xl: Add new xl command overlay for device tree overlay
support")
Suggested-by: Anthony PERARD <anthony.per...@cloud.com>
Signed-off-by: Henry Wang <xin.wa...@amd.com>
Reviewed-by: Jason Andryuk <jason.andr...@amd.com>
Thanks,
Jason