X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=ad13092bbb7a1e0b00385012559043c518bd7b20;hb=4a82fca8e330157081fc132a591ebd99ba02ee33;hp=b962ba7c2f7f1609ef3dc87b991c419950c4515b;hpb=e036a1d227112565cdf32b5558ac6ccaf5d1633f;p=pandora-u-boot.git diff --git a/README b/README index b962ba7c2f..ad13092bbb 100644 --- a/README +++ b/README @@ -58,8 +58,8 @@ Where to get source code: ========================= The U-Boot source code is maintained in the Git repository at -https://gitlab.denx.de/u-boot/u-boot.git ; you can browse it online at -https://gitlab.denx.de/u-boot/u-boot +https://source.denx.de/u-boot/u-boot.git ; you can browse it online at +https://source.denx.de/u-boot/u-boot The "Tags" links on this page allow you to download tarballs of any version you might be interested in. Official releases are also @@ -747,6 +747,15 @@ The following options need to be configured: SoC, then define this variable and provide board specific code for the "hw_watchdog_reset" function. + CONFIG_SYS_WATCHDOG_FREQ + Some platforms automatically call WATCHDOG_RESET() + from the timer interrupt handler every + CONFIG_SYS_WATCHDOG_FREQ interrupts. If not set by the + board configuration file, a default of CONFIG_SYS_HZ/2 + (i.e. 500) is used. Setting CONFIG_SYS_WATCHDOG_FREQ + to 0 disables calling WATCHDOG_RESET() from the timer + interrupt. + - Real-Time Clock: When CONFIG_CMD_DATE is selected, the type of the RTC