summaryrefslogtreecommitdiff
path: root/lib/efi_driver/efi_uclass.c
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2025-04-29 10:04:24 +0800
committerTom Rini <trini@konsulko.com>2025-04-30 07:49:57 -0600
commita6da395b5d68ad0e644e0a70665274dc60ec2056 (patch)
treeccc9eb7bf3ded6760d1c9638b92bb47cc83d0254 /lib/efi_driver/efi_uclass.c
parentf59cb6a6970bd5603e225acabf741b930fd43156 (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/efi_driver/efi_uclass.c')
0 files changed, 0 insertions, 0 deletions