From 18fa1e4386244d8408d3c9ecef519d27ca01d19f Mon Sep 17 00:00:00 2001 From: Rob Barnes Date: Tue, 8 Dec 2020 15:15:18 -0700 Subject: Guybrush: Move implementation to baseboard Create a base_gpio.inc and base_ec.tasklist. Move nearly all the implementation to the baseboard. Parts of the implementation can be moved to the boards as needed. BUG=None TEST=Build BRANCH=None Change-Id: I3b6ae7539b152d8078f8ef49d7da143a6283d8d4 Signed-off-by: Rob Barnes Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2579647 Reviewed-by: Denis Brockus Reviewed-by: Diana Z --- board/guybrush/build.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'board/guybrush/build.mk') diff --git a/board/guybrush/build.mk b/board/guybrush/build.mk index c80f89c69a..c76e04a0b7 100644 --- a/board/guybrush/build.mk +++ b/board/guybrush/build.mk @@ -6,9 +6,6 @@ # Board specific files build # -CHIP:=npcx -CHIP_FAMILY:=npcx9 -CHIP_VARIANT:=npcx9m3f BASEBOARD:=guybrush board-y=board.o -- cgit v1.2.1