summaryrefslogtreecommitdiff
path: root/zephyr/test/system_shim/default.overlay
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/system_shim/default.overlay')
-rw-r--r--zephyr/test/system_shim/default.overlay12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/test/system_shim/default.overlay b/zephyr/test/system_shim/default.overlay
deleted file mode 100644
index 13ceee9c19..0000000000
--- a/zephyr/test/system_shim/default.overlay
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright 2022 The ChromiumOS Authors
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "boards/native_posix.overlay"
-
-/ {
- chosen {
- cros-ec,bbram = &bbram;
- };
-};