From 95231b264d688032c6c94fb3d8bc701ee0b1ec8e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 16 Feb 2022 22:37:44 +0100 Subject: [PATCH] src/Kconfig: Update the path to 'c_start.S' for GDB_STUB config Change-Id: Ib31defde0d4983a9418f05e0b812a7bbbe4fe2b7 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/62057 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 44e84bf9fb..d57ce90140 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -878,7 +878,7 @@ config GDB_STUB depends on DRIVERS_UART help If enabled, you will be able to set breakpoints for gdb debugging. - See src/arch/x86/lib/c_start.S for details. + See src/arch/x86/c_start.S for details. config GDB_WAIT bool "Wait for a GDB connection in the ramstage"