Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/f4e1886df5690a98419d04aaaa77b3027c60c901 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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>
master
Heiko Schocher 10 years ago committed by Andreas Bießmann
parent f624162f95
commit f4e1886df5
  1. 2
      arch/arm/include/asm/arch-at91/at91_rstc.h

@ -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…
Cancel
Save