From 440fa818fbffd0771d75890c4fcda062ceab7ebd Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Wed, 21 Dec 2022 19:38:06 +0800 Subject: treewide: Replace TRUE/FALSE with true/false C language standard uses true/false for the boolean type. Let's switch to that for better language compatibility. Signed-off-by: Bin Meng Reviewed-by: Anup Patel Reviewed-by: Samuel Holland Tested-by: Samuel Holland --- platform/template/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/template') diff --git a/platform/template/platform.c b/platform/template/platform.c index f3802dad..8adc431f 100644 --- a/platform/template/platform.c +++ b/platform/template/platform.c @@ -53,7 +53,7 @@ static struct aclint_mtimer_data mtimer = { .mtimecmp_size = ACLINT_DEFAULT_MTIMECMP_SIZE, .first_hartid = 0, .hart_count = PLATFORM_HART_COUNT, - .has_64bit_mmio = TRUE, + .has_64bit_mmio = true, }; /* -- cgit v1.2.3