Daniele Forsi (dforsi@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6396
-gerrit
commit ee4d6a81a31a25602d0841e2794560afca458028 Author: Daniele Forsi dforsi@gmail.com Date: Tue Jul 29 12:09:39 2014 +0200
artecgroup/Kconfig, linutop/Kconfig: Add comment to endif
All other Kconfig files at the mainboard vendor level have a comment on "endif" matching the corresponding "if", except these two.
Change-Id: Ib03c4552c670178d6b09a2ca3037ee29e3524a2f Signed-off-by: Daniele Forsi dforsi@gmail.com --- src/mainboard/artecgroup/Kconfig | 2 +- src/mainboard/linutop/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/artecgroup/Kconfig b/src/mainboard/artecgroup/Kconfig index 4ccc2e7..f2d0d32 100644 --- a/src/mainboard/artecgroup/Kconfig +++ b/src/mainboard/artecgroup/Kconfig @@ -16,4 +16,4 @@ endif # VENDOR_ARTECGROUP
if VENDOR_ARTECGROUP || VENDOR_LINUTOP source "src/mainboard/artecgroup/dbe61/Kconfig" -endif +endif # VENDOR_ARTECGROUP || VENDOR_LINUTOP diff --git a/src/mainboard/linutop/Kconfig b/src/mainboard/linutop/Kconfig index 7209916..75b657a 100644 --- a/src/mainboard/linutop/Kconfig +++ b/src/mainboard/linutop/Kconfig @@ -14,4 +14,4 @@ config MAINBOARD_VENDOR
source "src/mainboard/linutop/linutop1/Kconfig"
-endif +endif # VENDOR_LINUTOP