cpu/mips32r2_generic: remove cpu.#11846
Merged
jcarrano merged 2 commits intoRIOT-OS:masterfrom Jul 22, 2019
Merged
Conversation
The `mips32r2_generic` CPU was only used by the `mips-malta` board which has been removed. The reasons for this removal are the same as for the board: - No hardware to test. - The board that used this CPU is not available off the shelf. - No UART input. - No integrated flasher (one needs to use a separate Windows tool) For more information and discussion around MIPS, see issues: - RIOT-OS#11831 (Removal of mips-malta) - RIOT-OS#11788 (General MIPS removal)
Contributor
Author
|
D'oh! sorry for the PR title, github set it automatically from the branch name. It's fixed now. |
smlng
approved these changes
Jul 18, 2019
Member
smlng
left a comment
There was a problem hiding this comment.
ACK.
no board, no cpu needed
Sensible cleanup, well documented.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
The
mips32r2_genericCPU was only used by themips-maltaboard which has been removed. The reasons for this removal are the same as for the board:Testing procedure
git grep mips32r2_genericshows no traces of the board left. Successful compilation of all the other boards should verify that nothing was broken.Issues/PRs references
For more information and discussion around MIPS, see issues: