diff options
| author | Tom Rini <[email protected]> | 2022-04-06 09:21:25 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-25 16:04:05 -0400 |
| commit | 11232139e399e70641410356ae6b278113d90f16 (patch) | |
| tree | 9c3dd5ad6eec3fc3af2f9ac6c0e14f99122c4394 /doc/develop | |
| parent | 8cfac237b9814d52c843e939a05fc211ba3906de (diff) | |
nds32: Remove the architecture
As removal of nds32 has been ack'd for the Linux kernel, remove support
here as well.
Cc: Rick Chen <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/global_data.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/develop/global_data.rst b/doc/develop/global_data.rst index 230ebcd8604..2ac893de491 100644 --- a/doc/develop/global_data.rst +++ b/doc/develop/global_data.rst @@ -23,8 +23,6 @@ On most architectures the global data pointer is stored in a register. +------------+----------+ | MicroBlaze | r31 | +------------+----------+ -| NDS32 | r10 | -+------------+----------+ | Nios II | gp | +------------+----------+ | PowerPC | r2 | |
