diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2024-10-13 12:29:57 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-10-29 13:01:52 +0100 |
commit | 62f8f307c80e99ab18d38aa1a5bbbc18128ee5f8 (patch) | |
tree | a79cad79c4640667a5559b6c643f1e7711b7eb0f /Documentation/arch | |
parent | powerpc/boot: Remove bogus reference to lilo (diff) | |
download | linux-62f8f307c80e99ab18d38aa1a5bbbc18128ee5f8.tar.xz linux-62f8f307c80e99ab18d38aa1a5bbbc18128ee5f8.zip |
powerpc/64: Remove maple platform
The maple platform was added in 2004 [1], to support the "Maple" 970FX
evaluation board.
It was later used for IBM JS20/JS21 machines, as well as the Bimini
machine, aka "Yellow Dog Powerstation".
Sadly all those machines have passed into memory, and there's been no
evidence for years that anyone is still using any of them.
Remove the platform and related code. It can always be reinstated if
there's interest.
Note that this has no impact on support for 970FX based Power Macs.
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux-fullhistory.git/commit/?id=f0d068d65c5e555ffcfbc189de32598f6f00770c
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241013102957.548291-1-mpe@ellerman.id.au
Diffstat (limited to 'Documentation/arch')
-rw-r--r-- | Documentation/arch/powerpc/booting.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/powerpc/booting.rst b/Documentation/arch/powerpc/booting.rst index 11aa440f98cc..472e97891aef 100644 --- a/Documentation/arch/powerpc/booting.rst +++ b/Documentation/arch/powerpc/booting.rst @@ -93,8 +93,8 @@ given platform based on the content of the device-tree. Thus, you should: a) add your platform support as a _boolean_ option in - arch/powerpc/Kconfig, following the example of PPC_PSERIES, - PPC_PMAC and PPC_MAPLE. The latter is probably a good + arch/powerpc/Kconfig, following the example of PPC_PSERIES + and PPC_PMAC. The latter is probably a good example of a board support to start from. b) create your main platform file as |