mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm, at91: add reset controller status register
add reset controller status register Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Bo Shen <voice.shen@atmel.com>
This commit is contained in:
parent
f624162f95
commit
f4e1886df5
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
#ifndef AT91_RSTC_H
|
||||
#define AT91_RSTC_H
|
||||
|
||||
/* Reset Controller Status Register */
|
||||
#define AT91_ASM_RSTC_SR (ATMEL_BASE_RSTC + 0x04)
|
||||
#define AT91_ASM_RSTC_MR (ATMEL_BASE_RSTC + 0x08)
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
|
Loading…
Reference in a new issue