Yu-Ping Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76202?usp=email )
Change subject: arch/arm64/Makefile.inc: Fix Kconfig name in comment ......................................................................
arch/arm64/Makefile.inc: Fix Kconfig name in comment
Change-Id: I93860a20a425c833b41e16347722e9a879f83ab1 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M src/arch/arm64/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/76202/1
diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.inc index 6b49743..a5b034a 100644 --- a/src/arch/arm64/Makefile.inc +++ b/src/arch/arm64/Makefile.inc @@ -150,7 +150,7 @@ # 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