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

ARM: atmel: correct UDPHS name

Correct the UDPHS name from UDHPS

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Marek Vasut <marex@denx.de>
master
Bo Shen 12 years ago committed by Marek Vasut
parent 9e40493fd8
commit ee7e9a3e72
  1. 2
      arch/arm/include/asm/arch-at91/sama5d3.h

@ -120,7 +120,7 @@
#define ATMEL_BASE_USART3 0xf8024000
#define ATMEL_BASE_UART1 0xf8028000
#define ATMEL_BASE_EMAC 0xf802c000
#define ATMEL_BASE_UDHPS 0xf8030000
#define ATMEL_BASE_UDPHS 0xf8030000
#define ATMEL_BASE_SHA 0xf8034000
#define ATMEL_BASE_AES 0xf8038000
#define ATMEL_BASE_TDES 0xf803c000

Loading…
Cancel
Save