2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>

* mpc83xx/include/mpc83xx.h: #include <bspopts.h> to make sure
	defines from bspopts.h get propagated.
This commit is contained in:
Ralf Corsepius
2008-10-01 11:23:07 +00:00
parent 68f39d5830
commit b1866be864
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* mpc83xx/include/mpc83xx.h: #include <bspopts.h> to make sure
defines from bspopts.h get propagated.
2008-09-09 Thomas Doerfler <thomas.doerfler@embedded-brains.de> 2008-09-09 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* mpc8xx/mpc8xx.h, mpc8xx/timer/timer.c: minor additions * mpc8xx/mpc8xx.h, mpc8xx/timer/timer.c: minor additions

View File

@@ -5,6 +5,8 @@
#ifndef _MPC83XX_MPC83XX_H #ifndef _MPC83XX_MPC83XX_H
#define _MPC83XX_MPC83XX_H #define _MPC83XX_MPC83XX_H
#include <bspopts.h>
#if defined(MPC8343) #if defined(MPC8343)
#define M83xx_HAS_PCI TRUE #define M83xx_HAS_PCI TRUE
#define M83xx_HAS_USB1 TRUE #define M83xx_HAS_USB1 TRUE