diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2008-01-08 15:50:49 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-09 06:32:58 +0100 |
commit | 6e9233d30afe57cb6e148fbfa4895e7810196fac (patch) | |
tree | f6afa585eba5a345f1639756834951a797262ef0 /cpu/ppc4xx/4xx_enet.c | |
parent | 580d1d3186a2bc6dbdb626941b716dae1788e51e (diff) | |
download | u-boot-imx-6e9233d30afe57cb6e148fbfa4895e7810196fac.zip u-boot-imx-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.gz u-boot-imx-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.bz2 |
ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
This patch allows the use of 4xx interrupt vector number defines
in board specific code outside cpu/ppc4xx.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'cpu/ppc4xx/4xx_enet.c')
-rw-r--r-- | cpu/ppc4xx/4xx_enet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index ff707dd..44659ff 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc4xx/4xx_enet.c @@ -90,7 +90,7 @@ #include <405_mal.h> #include <miiphy.h> #include <malloc.h> -#include "vecnum.h" +#include <asm/ppc4xx-intvec.h> /* * Only compile for platform with AMCC EMAC ethernet controller and |