From f0c5be2a4fe1746ef73764998427f3f852d27d60 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 27 Nov 2018 20:36:44 +0100 Subject: mb/*/*/Kconfig: Remove useless comment Change-Id: Ibdff50761a205d936b0ebe067f418be0a2051798 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/29871 Tested-by: build bot (Jenkins) Reviewed-by: Hellsenberg Reviewed-by: Nico Huber Reviewed-by: David Guckian Reviewed-by: Werner Zeh --- util/autoport/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/autoport/main.go b/util/autoport/main.go index 5fcd839940..ee269661db 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -548,7 +548,7 @@ func makeKconfig(ctx Context) { fmt.Fprintf(kc, "if %s\n\n", ctx.KconfigName) - fmt.Fprintf(kc, "config BOARD_SPECIFIC_OPTIONS # dummy\n\tdef_bool y\n") + fmt.Fprintf(kc, "config BOARD_SPECIFIC_OPTIONS\n\tdef_bool y\n") keys := []string{} for name, val := range KconfigBool { if val { -- cgit v1.2.3