diff options
author | Martin Roth <martinroth@google.com> | 2015-11-20 08:52:28 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-23 18:49:22 +0100 |
commit | 40d073c3c5d17aa877dc08f8ec600979ed155363 (patch) | |
tree | e14b3df6549d75667a872aa035e0034eb2ed9be8 | |
parent | 77c67b3d30d070aa0ddb016d99ce2f1a28cac633 (diff) |
google/rambi: Fix end comment in Kconfig
Change-Id: I3963d145f6d209e32256268259e93103c62809c5
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/12504
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
-rw-r--r-- | src/mainboard/google/rambi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index ccc69135ea..c5d158c11b 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -41,5 +41,4 @@ config HAVE_ME_BIN # TODO: Remove this when platform ASL is fixed config IASL_WARNINGS_ARE_ERRORS def_bool n - -endif # BOARD_INTEL_BAYLEYBAY +endif # BOARD_GOOGLE_RAMBI |