mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#ifdef CONFIG_ATMEL_LEGACY
|
||||
|
||||
#define PIN_BASE 32
|
||||
#define PIN_BASE 0
|
||||
|
||||
#define MAX_GPIO_BANKS 5
|
||||
|
||||
|
Reference in New Issue
Block a user