mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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