mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
powerpc, 8xx: Use IO accessors to access IO memory
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
d79496657e
commit
ba3da7348a
12 changed files with 736 additions and 662 deletions
|
@ -74,7 +74,7 @@ int init_func_watchdog_reset(void);
|
|||
|
||||
/* MPC 8xx */
|
||||
#if defined(CONFIG_8xx) && !defined(__ASSEMBLY__)
|
||||
void reset_8xx_watchdog(volatile immap_t *immr);
|
||||
void reset_8xx_watchdog(immap_t __iomem *immr);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_HW_WATCHDOG) && !defined(__ASSEMBLY__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue