commit | 345567c99085a621119f2a859452b208a02ec79c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:22 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | 81f51cffb8dad85012fb151be1ad1c202f60c942 | |
parent | 40d2a6e1900e80b72c107685bfa14459288d2224 [diff] |
test: mbr: Adjust test to drop 0x U-Boot commands typically don't need 0x to specify hex, since they use hex by default. Adding 0x in this test is confusing since it suggests that it is necessary. Drop it from the file. Also use the %#x construct to get the 0x when needed. Signed-off-by: Simon Glass <sjg@chromium.org>