diff options
author | Stefan Roese <sr@denx.de> | 2007-08-10 20:33:06 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-10 20:33:06 +0200 |
commit | 59530af55613a8c5fac3c4e0f5fbcf2f1611c483 (patch) | |
tree | f16287c465c5f577cbfc22ae8ee3a1f979519af0 /include/common.h | |
parent | c74b2108e31fe09bd1c5d291c3cf360510d4f13e (diff) | |
parent | 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f (diff) | |
download | u-boot-imx-59530af55613a8c5fac3c4e0f5fbcf2f1611c483.zip u-boot-imx-59530af55613a8c5fac3c4e0f5fbcf2f1611c483.tar.gz u-boot-imx-59530af55613a8c5fac3c4e0f5fbcf2f1611c483.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 229e64b..27a660a 100644 --- a/include/common.h +++ b/include/common.h @@ -529,6 +529,8 @@ void cpu_init_f (void); int cpu_init_r (void); #if defined(CONFIG_8260) int prt_8260_rsr (void); +#elif defined(CONFIG_MPC83XX) +int prt_83xx_rsr (void); #endif /* $(CPU)/interrupts.c */ |