diff options
author | Sean Anderson | 2023-11-08 11:48:39 -0500 |
---|---|---|
committer | Tom Rini | 2023-11-16 13:49:14 -0500 |
commit | 33c8d01a4d20ab1f7cb59bd9860e42196d6ddb4e (patch) | |
tree | db4239761b98a1e448e9b2bae287b8e5a8a5de06 /test | |
parent | 0c6c83e6a2608421d992781bdbd33a12fa31c10d (diff) |
spl: Take advantage of bl_len's power-of-twoness
bl_len must be a power of two, so we can use ALIGN instead of roundup and
similar tricks to avoid divisions.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions