diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-22 15:17:19 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-25 08:50:34 +0000 |
commit | cbde6410a039b37d0df07e53953baad552bd22cc (patch) | |
tree | 5b49d81e482d2f0111f2bc299968263423d75d29 /src/mainboard/google/kahlee/variants/liara/Makefile.inc | |
parent | e4abe7fd5afcf35db8ac51969f716592f4bdf253 (diff) |
mb/google/kahlee: Deduplicate now-equivalent mainboard.c
The only difference is an additional include that is no longer needed.
Change-Id: I0053d03aa4d05f5c0fa833d8634419b6667e38a7
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49832
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/liara/Makefile.inc')
-rw-r--r-- | src/mainboard/google/kahlee/variants/liara/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/variants/liara/Makefile.inc b/src/mainboard/google/kahlee/variants/liara/Makefile.inc index 24e0090c5e..3a8e8607ad 100644 --- a/src/mainboard/google/kahlee/variants/liara/Makefile.inc +++ b/src/mainboard/google/kahlee/variants/liara/Makefile.inc @@ -1,5 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only subdirs-y += ../baseboard/spd - -ramstage-y += ../baseboard/mainboard.c |