Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

cmd_tsi148.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Brent Darley's avatar
      076f1be8
      TSI148: Fix argument parsing · 076f1be8
      Brent Darley authored
      
      This patch does 2 things:
       - Fix the argument number assigned to the vdw (VME data width) value.
         Previously, a nonexistent 7th arument was read as the vdw variable.
      
       - Reduce the size of the argument array for the tsi148 command from
         8 to 7.  The tsi148 command itself is argument index 0, and the
         maximum number arguments passed to the command is 6, making a total
         of 7 for the array.
      
      Signed-off-by: default avatarBrent Darley <bdarley@xes-inc.com>
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      076f1be8
      History
      TSI148: Fix argument parsing
      Brent Darley authored
      
      This patch does 2 things:
       - Fix the argument number assigned to the vdw (VME data width) value.
         Previously, a nonexistent 7th arument was read as the vdw variable.
      
       - Reduce the size of the argument array for the tsi148 command from
         8 to 7.  The tsi148 command itself is argument index 0, and the
         maximum number arguments passed to the command is 6, making a total
         of 7 for the array.
      
      Signed-off-by: default avatarBrent Darley <bdarley@xes-inc.com>
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>