summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-01-03 11:31:07 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-04 06:26:11 +0000
commite53c197711efdd5f884714a1af12dc6134f88be5 (patch)
treeefedded17be95ffc694a8a85cdde4d1c2210abb4
parent32c349afe72541570984a32bd85b8f1fcf2acb39 (diff)
downloadchrome-ec-e53c197711efdd5f884714a1af12dc6134f88be5.tar.gz
nami_fp: Replace individual symlinks with directory symlink
When the directory was originally created, there were separate flash_fp_mcu scripts for nocturne_fp and nami_fp. Now there is a single script, so we can symlink the entire directory instead of individual files. BRANCH=none BUG=none TEST=make buildall -j Change-Id: I7a0f645f65aeba16c8ae0ae3b4cb367b8175cfb0 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1986321 Commit-Queue: Craig Hesling <hesling@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org>
l---------board/nami_fp1
-rw-r--r--board/nami_fp/OWNERS1
l---------board/nami_fp/board.c1
l---------board/nami_fp/board.h1
l---------board/nami_fp/build.mk1
l---------board/nami_fp/dev_key.pem1
l---------board/nami_fp/ec.tasklist1
l---------board/nami_fp/gpio.inc1
8 files changed, 1 insertions, 7 deletions
diff --git a/board/nami_fp b/board/nami_fp
new file mode 120000
index 0000000000..1095b5f7b4
--- /dev/null
+++ b/board/nami_fp
@@ -0,0 +1 @@
+./nocturne_fp/ \ No newline at end of file
diff --git a/board/nami_fp/OWNERS b/board/nami_fp/OWNERS
deleted file mode 100644
index ba92c193e0..0000000000
--- a/board/nami_fp/OWNERS
+++ /dev/null
@@ -1 +0,0 @@
-include ../../common/fpsensor/OWNERS
diff --git a/board/nami_fp/board.c b/board/nami_fp/board.c
deleted file mode 120000
index 1ddb8261c4..0000000000
--- a/board/nami_fp/board.c
+++ /dev/null
@@ -1 +0,0 @@
-../nocturne_fp/board.c \ No newline at end of file
diff --git a/board/nami_fp/board.h b/board/nami_fp/board.h
deleted file mode 120000
index b8863beb59..0000000000
--- a/board/nami_fp/board.h
+++ /dev/null
@@ -1 +0,0 @@
-../nocturne_fp/board.h \ No newline at end of file
diff --git a/board/nami_fp/build.mk b/board/nami_fp/build.mk
deleted file mode 120000
index b84aef4b68..0000000000
--- a/board/nami_fp/build.mk
+++ /dev/null
@@ -1 +0,0 @@
-../nocturne_fp/build.mk \ No newline at end of file
diff --git a/board/nami_fp/dev_key.pem b/board/nami_fp/dev_key.pem
deleted file mode 120000
index 8d3595d916..0000000000
--- a/board/nami_fp/dev_key.pem
+++ /dev/null
@@ -1 +0,0 @@
-../nocturne_fp/dev_key.pem \ No newline at end of file
diff --git a/board/nami_fp/ec.tasklist b/board/nami_fp/ec.tasklist
deleted file mode 120000
index 7c001702c9..0000000000
--- a/board/nami_fp/ec.tasklist
+++ /dev/null
@@ -1 +0,0 @@
-../nocturne_fp/ec.tasklist \ No newline at end of file
diff --git a/board/nami_fp/gpio.inc b/board/nami_fp/gpio.inc
deleted file mode 120000
index 05769dde57..0000000000
--- a/board/nami_fp/gpio.inc
+++ /dev/null
@@ -1 +0,0 @@
-../nocturne_fp/gpio.inc \ No newline at end of file