summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-19 13:37:26 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-19 21:23:24 +0000
commit7983576d51942a6aadbe12c79450d17e875dfec5 (patch)
treefa0a2f45727ce061b05f1d40efcc847bae08c751
parentdb55425c2c783b32ce713e5de54036652a3a3b15 (diff)
downloadchrome-ec-7983576d51942a6aadbe12c79450d17e875dfec5.tar.gz
zephyr: Delete ghost project
Ghost is forced to use legacy EC, and this build is out of date with the configs for the legacy EC build. Delete this as to not cause any confusion. BUG=b:232148718 BRANCH=none TEST=zmake configure -a Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I5d273fc6767d438fd44b8c8dfcfee29b24f69004 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3773636 Reviewed-by: caveh jalali <caveh@chromium.org> Commit-Queue: caveh jalali <caveh@chromium.org>
-rw-r--r--zephyr/projects/brya/BUILD.py5
-rw-r--r--zephyr/projects/brya/prj_ghost.conf5
2 files changed, 0 insertions, 10 deletions
diff --git a/zephyr/projects/brya/BUILD.py b/zephyr/projects/brya/BUILD.py
index d044a11ae7..1457fb31ff 100644
--- a/zephyr/projects/brya/BUILD.py
+++ b/zephyr/projects/brya/BUILD.py
@@ -40,8 +40,3 @@ brya = register_npcx9_variant(
extra_dts_overlays=[here / "brya.dts"],
extra_kconfig_files=[here / "prj_brya.conf"],
)
-
-ghost = brya.variant(
- project_name="ghost",
- kconfig_files=[here / "prj_ghost.conf"],
-)
diff --git a/zephyr/projects/brya/prj_ghost.conf b/zephyr/projects/brya/prj_ghost.conf
deleted file mode 100644
index 666aeb1dd0..0000000000
--- a/zephyr/projects/brya/prj_ghost.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2022 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-CONFIG_PLATFORM_EC_CHARGESPLASH=y