test: lib: Use CONFIG_64BIT to detect 64 bit compile
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Mon, 16 Dec 2024 18:07:36 +0000 (18:07 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 31 Dec 2024 16:58:30 +0000 (10:58 -0600)
commit43ca65b30555d9b8e2a31f71d8756aa8c0ffbcf5
treee5b3888ea314aa4a44d0d4072bd3a59ebb52890b
parent99145eec2dca317da6b48d0f8fdd602001f87e61
test: lib: Use CONFIG_64BIT to detect 64 bit compile

Should use CONFIG_64BIT to detect a 64 bit compile and not
CONFIG_PHYS_64BIT. This allows more platforms to run the
full test code.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
test/lib/str.c