diff options
author | Stefan Roese <sr@denx.de> | 2008-06-25 10:59:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-11 13:18:13 +0200 |
commit | 4fb25a3db3b3839094aa9ab748efd7a95924690b (patch) | |
tree | c2cc666e5d1ea4fb3d28fa70c63632e8d3f43535 /include/ppc4xx.h | |
parent | 7ee2619c20ccecd57966d74d844e6329e141261c (diff) | |
download | u-boot-4fb25a3db3b3839094aa9ab748efd7a95924690b.tar.gz u-boot-4fb25a3db3b3839094aa9ab748efd7a95924690b.tar.xz u-boot-4fb25a3db3b3839094aa9ab748efd7a95924690b.zip |
ppc4xx: Consolidate PPC4xx UIC defines
This patch is the first step to consolidate the UIC related defines in the
4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
steps.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/ppc4xx.h')
-rw-r--r-- | include/ppc4xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ppc4xx.h b/include/ppc4xx.h index ca0636ca85..d593b072fc 100644 --- a/include/ppc4xx.h +++ b/include/ppc4xx.h @@ -54,6 +54,7 @@ #include <asm/ppc4xx-sdram.h> #include <asm/ppc4xx-ebc.h> +#include <asm/ppc4xx-uic.h> /* * Macro for generating register field mnemonics |