commit | e9d899591c7b1cf9661a22a66e0f1c41f37eaeb9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:32 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | ab3d5384c18159a8cc3877d745adc280dfbebb27 | |
parent | 705cc13ce7a81111b93a11cfff1763e11586f33e [diff] |
test: mbr: Use a constant for the block size It isn't that important to factor out constants in tests, but in this case we have 0x200 and 512 used. The commands don't use the constant as they use a block count ('1'). It doesn't create more code to use a constant, so create one. Signed-off-by: Simon Glass <sjg@chromium.org>