diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2025-04-29 10:04:24 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-30 07:49:57 -0600 |
commit | a6da395b5d68ad0e644e0a70665274dc60ec2056 (patch) | |
tree | ccc9eb7bf3ded6760d1c9638b92bb47cc83d0254 /lib/tiny-printf.c | |
parent | f59cb6a6970bd5603e225acabf741b930fd43156 (diff) |
common: board: fix build condition of noncached memory initcall
CONFIG_SYS_NONCACHED_MEMORY is defined as hex, not bool. It should be
replaced with CONFIG_SYS_HAS_NONCACHED_MEMORY when switched from #ifdef to
CONFIG_IS_ENABLED().
Fixes: 6c171f7a184 (common: board: make initcalls static)
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@codethink.co.uk> # rock5b
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'lib/tiny-printf.c')
0 files changed, 0 insertions, 0 deletions