diff options
l--------- | board/nami_fp | 1 | ||||
l--------- | board/nami_fp/board.c | 1 | ||||
l--------- | board/nami_fp/board.h | 1 | ||||
l--------- | board/nami_fp/build.mk | 1 | ||||
l--------- | board/nami_fp/dev_key.pem | 1 | ||||
l--------- | board/nami_fp/ec.tasklist | 1 | ||||
l--------- | board/nami_fp/flash_fp_mcu | 1 | ||||
l--------- | board/nami_fp/gpio.inc | 1 |
8 files changed, 7 insertions, 1 deletions
diff --git a/board/nami_fp b/board/nami_fp deleted file mode 120000 index c8a3bc0df6..0000000000 --- a/board/nami_fp +++ /dev/null @@ -1 +0,0 @@ -nocturne_fp/
\ No newline at end of file diff --git a/board/nami_fp/board.c b/board/nami_fp/board.c new file mode 120000 index 0000000000..1ddb8261c4 --- /dev/null +++ b/board/nami_fp/board.c @@ -0,0 +1 @@ +../nocturne_fp/board.c
\ No newline at end of file diff --git a/board/nami_fp/board.h b/board/nami_fp/board.h new file mode 120000 index 0000000000..b8863beb59 --- /dev/null +++ b/board/nami_fp/board.h @@ -0,0 +1 @@ +../nocturne_fp/board.h
\ No newline at end of file diff --git a/board/nami_fp/build.mk b/board/nami_fp/build.mk new file mode 120000 index 0000000000..b84aef4b68 --- /dev/null +++ b/board/nami_fp/build.mk @@ -0,0 +1 @@ +../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 new file mode 120000 index 0000000000..8d3595d916 --- /dev/null +++ b/board/nami_fp/dev_key.pem @@ -0,0 +1 @@ +../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 new file mode 120000 index 0000000000..7c001702c9 --- /dev/null +++ b/board/nami_fp/ec.tasklist @@ -0,0 +1 @@ +../nocturne_fp/ec.tasklist
\ No newline at end of file diff --git a/board/nami_fp/flash_fp_mcu b/board/nami_fp/flash_fp_mcu new file mode 120000 index 0000000000..3e8cf1eba5 --- /dev/null +++ b/board/nami_fp/flash_fp_mcu @@ -0,0 +1 @@ +../nocturne_fp/flash_fp_mcu
\ No newline at end of file diff --git a/board/nami_fp/gpio.inc b/board/nami_fp/gpio.inc new file mode 120000 index 0000000000..05769dde57 --- /dev/null +++ b/board/nami_fp/gpio.inc @@ -0,0 +1 @@ +../nocturne_fp/gpio.inc
\ No newline at end of file |