From 402493ef4d7560f92642e1c1050a6349e4c5715b Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Mon, 8 Oct 2018 15:33:31 -0700 Subject: atlas: fix chip variant config this updates the EC chip variant to the one actually used on atlas. saw an interesting note in https://b.corp.google.com/issues/117139495#comment22 BUG=b:75070158 BRANCH=none TEST=boots on atlas, no ill effects Change-Id: I288ab5e58f5247541ea6ab19239f87be52e39ce0 Signed-off-by: Caveh Jalali Reviewed-on: https://chromium-review.googlesource.com/1269645 Commit-Ready: Caveh Jalali Tested-by: Caveh Jalali Reviewed-by: Aseda Aboagye Reviewed-by: Caveh Jalali Reviewed-by: Furquan Shaikh --- board/atlas/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/atlas/build.mk b/board/atlas/build.mk index 77001ecfa1..f1619f73cd 100644 --- a/board/atlas/build.mk +++ b/board/atlas/build.mk @@ -8,7 +8,7 @@ CHIP:=npcx CHIP_FAMILY:=npcx7 -CHIP_VARIANT:=npcx7m6f +CHIP_VARIANT:=npcx7m6fb board-y=board.o board-$(CONFIG_BATTERY_SMART)+=battery.o -- cgit v1.2.1