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"
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45152 )
Change subject: src/Kconfig: Fix path to "c_start.S" ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/45152/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45152/1//COMMIT_MSG@9 PS1, Line 9: commit 6cb3a59f renamed arch/x86/lib/c_start.S to arch/x86/c_start.S Please use:
Commit 6cb3a59f (x86: flatten hierarchy) renamed …
Hello build bot (Jenkins), Paul Menzel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45152
to look at the new patch set (#2).
Change subject: src/Kconfig: Fix path to "c_start.S" ......................................................................
src/Kconfig: Fix path to "c_start.S"
Commit 6cb3a59f (x86: flatten hierarchy) 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/2
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45152 )
Change subject: src/Kconfig: Fix path to "c_start.S" ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45152/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45152/1//COMMIT_MSG@9 PS1, Line 9: commit 6cb3a59f renamed arch/x86/lib/c_start.S to arch/x86/c_start.S
Please use: […]
Thx