bsps/powerpc: Remove __ppc_generic define

Do not force BSPs to define __ppc_generic.

This was probably the last command line define in the BSPs.
This commit is contained in:
Sebastian Huber
2020-09-20 17:45:11 +02:00
parent 456b8ae371
commit e59cb6a2b2
8 changed files with 0 additions and 36 deletions

View File

@@ -282,12 +282,6 @@ extern "C" {
#define PPC_INTERRUPT_MAX 125
#define PPC_USE_MULTIPLE 1
#elif defined(__ppc_generic)
#else
#error "Unsupported CPU Model"
#endif
/*