mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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…
Add table
Reference in a new issue