Browse Source
There is no legacy ARM64 SoC and Board available, so delete the arm64 directory. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>pull/69687/head
3 changed files with 0 additions and 28 deletions
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
.. _boards-arm64: |
||||
|
||||
ARM64 Boards |
||||
############ |
||||
|
||||
.. toctree:: |
||||
:maxdepth: 1 |
||||
:glob: |
||||
|
||||
**/index |
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if(SOC_FAMILY) |
||||
add_subdirectory(${SOC_FAMILY}) |
||||
else() |
||||
add_subdirectory(${SOC_NAME}) |
||||
endif() |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# General options signifying CPU capabilities of ARM64 SoCs |
||||
|
||||
# Copyright (c) 2018 Nordic Semiconductor ASA. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_PART_NUMBER |
||||
string |
||||
help |
||||
This string holds the full part number of the SoC. It is a hidden option |
||||
that you should not set directly. The part number selection choice defines |
||||
the default value for this string. |
Loading…
Reference in new issue