commit | c848d2c7cfa2e5abd86932f98e3971e4918780b5 | [log] [tgz] |
---|---|---|
author | Gautham Ravichandran <gautham.ravichandran@arm.com> | Mon Jul 07 17:57:15 2025 +0100 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Fri Jul 25 13:58:49 2025 +0000 |
tree | a6812916f1e88ef150d19acd6c45c85049d7f059 | |
parent | 447649feeb1d98460fbb4f6f90d33a0f376bc9da [diff] |
rse: DMA ICS Assembler: improve parse_size() When using strings to refer to sizes (with the "_size" suffix), always use bytes for consistency. Previously, depending on command key, the size could be in bytes or words. To improve usability, keep it consistent throughout as bytes. Change-Id: I8b670fb795ce0d60422b1cce884cc4afba5c95a9 Signed-off-by: Gautham Ravichandran <gautham.ravichandran@arm.com>