summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/iop480_uart.c
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2008-01-08 15:50:49 +0100
committerStefan Roese <sr@denx.de>2008-01-09 06:32:58 +0100
commit6e9233d30afe57cb6e148fbfa4895e7810196fac (patch)
treef6afa585eba5a345f1639756834951a797262ef0 /cpu/ppc4xx/iop480_uart.c
parent580d1d3186a2bc6dbdb626941b716dae1788e51e (diff)
downloadtalos-obmc-uboot-6e9233d30afe57cb6e148fbfa4895e7810196fac.tar.gz
talos-obmc-uboot-6e9233d30afe57cb6e148fbfa4895e7810196fac.zip
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/iop480_uart.c')
-rw-r--r--cpu/ppc4xx/iop480_uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/iop480_uart.c b/cpu/ppc4xx/iop480_uart.c
index 8dd226729e..3af0767c55 100644
--- a/cpu/ppc4xx/iop480_uart.c
+++ b/cpu/ppc4xx/iop480_uart.c
@@ -26,7 +26,7 @@
#include <asm/processor.h>
#include <asm/io.h>
#include <watchdog.h>
-#include "vecnum.h"
+#include <asm/ppc4xx-intvec.h>
#ifdef CONFIG_SERIAL_MULTI
#include <serial.h>
OpenPOWER on IntegriCloud