block: sandbox: Add support for SYS_64BIT_LBA
authorTom Rini <trini@konsulko.com>
Fri, 4 Jul 2025 21:46:12 +0000 (15:46 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 17:33:25 +0000 (11:33 -0600)
commit53bd87651e45b32efa398dd5e433d8b93d781445
treefea0bd89da2163c5a530e5cd5efff28798b898fc
parent7adb9b03a6447a80925c6eb02fedb6b022ef6e14
block: sandbox: Add support for SYS_64BIT_LBA

In order to use SYS_64BIT_LBA with this driver we need for "start" to
also be of type lbaint_t and to then use the correct printf format
characters.

Reviewed-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/block/sandbox.c