HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45152 )
Change subject: src/Kconfig: Fix path to "c_start.S" ......................................................................
src/Kconfig: Fix path to "c_start.S"
commit 6cb3a59f renamed arch/x86/lib/c_start.S to arch/x86/c_start.S
Change-Id: Ib92fb9b73ee85835e40d30ba8573ea5fd13a09e4 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/45152/1
diff --git a/src/Kconfig b/src/Kconfig index d6b703b..6739867 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -808,7 +808,7 @@ 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"