From 6d169aabbd53aee82d159eb3cb8a952ba0461a53 Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Mon, 3 Jul 2023 16:06:36 +0800 Subject: [PATCH] arch/arm64/Makefile.inc: Fix Kconfig name in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I93860a20a425c833b41e16347722e9a879f83ab1 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/76202 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Felix Singer Reviewed-by: Eric Lai --- src/arch/arm64/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.inc index 6b49743633..a5b034abce 100644 --- a/src/arch/arm64/Makefile.inc +++ b/src/arch/arm64/Makefile.inc @@ -150,7 +150,7 @@ endif # Build ARM TF in debug mode (with assertions) if coreboot has hard assertions ifeq ($(CONFIG_FATAL_ASSERTS),y) BL31_MAKEARGS += DEBUG=1 -endif # CONFIG_CONSOLE_SERIAL +endif # CONFIG_FATAL_ASSERTS # ARM TF's VERBOSE (50) is *very* spammy, so default to INFO (40) BL31_MAKEARGS += LOG_LEVEL=40 -- 2.11.4.GIT