Move Mongoose-V specific devices into BSP.

Putting the duart in libcpu was very optimistic and presumptuous.
It has never been used again on another SoC and is BSP specific.
This commit is contained in:
Joel Sherrill
2014-10-08 15:06:52 -05:00
parent 037b57ae0c
commit 8536b67bab
15 changed files with 85 additions and 45 deletions

View File

@@ -11,7 +11,7 @@
#include <rtems.h>
#include <rtems/bspIo.h>
#include <libcpu/mongoose-v.h>
#include <bsp/mongoose-v.h>
#include "gdb_if.h"
#include <rtems/libio.h>