commit | 4a1b843b4116a71994a015fa2b1fdae79d058cc0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Apr 30 18:45:52 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 05 14:19:20 2025 -0600 |
tree | 9cc4a3ecfe160a165ff829e2683c3d9f233cca8e | |
parent | e1ba77c96ce3d4ed8fbb9f0e907e2dd17abab575 [diff] |
fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info() Make sure unused exfat_humanize_bytes() and exfat_print_info() functions are not compiled into U-Boot code base. This also removes CID 550300: Integer handling issues (INTEGER_OVERFLOW) in exfat_humanize_bytes() , which is now surely unreachable. Signed-off-by: Marek Vasut <marex@denx.de>