arch/arm64/Makefile.inc: Fix Kconfig name in comment
Change-Id: I93860a20a425c833b41e16347722e9a879f83ab1 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76202 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
68e3826071
commit
6d169aabbd
|
@ -150,7 +150,7 @@ endif
|
||||||
# Build ARM TF in debug mode (with assertions) if coreboot has hard assertions
|
# Build ARM TF in debug mode (with assertions) if coreboot has hard assertions
|
||||||
ifeq ($(CONFIG_FATAL_ASSERTS),y)
|
ifeq ($(CONFIG_FATAL_ASSERTS),y)
|
||||||
BL31_MAKEARGS += DEBUG=1
|
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)
|
# ARM TF's VERBOSE (50) is *very* spammy, so default to INFO (40)
|
||||||
BL31_MAKEARGS += LOG_LEVEL=40
|
BL31_MAKEARGS += LOG_LEVEL=40
|
||||||
|
|
Loading…
Reference in New Issue