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

at91: redefine legacy GPIO PIN_BASE

In order to get the very same value for legacy pin definitions and new gpio
definitions set the legacy PIN_BASE to 0.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
master
Andreas Bießmann 12 years ago
parent 9ecc922e75
commit 934e3b5240
  1. 2
      arch/arm/include/asm/arch-at91/gpio.h

@ -16,7 +16,7 @@
#ifdef CONFIG_ATMEL_LEGACY
#define PIN_BASE 32
#define PIN_BASE 0
#define MAX_GPIO_BANKS 5

Loading…
Cancel
Save