mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
configs: at91-sama5_common: fix for CONFIG_AT91_GPIO
Add #ifndef CONFIG_DM_GPIO for CONFIG_AT91_GPIO define to avoid the redefine compilation error. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
This commit is contained in:
parent
7abd5aabfa
commit
fc977b94a4
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@
|
|||
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
||||
|
||||
/* general purpose I/O */
|
||||
#ifndef CONFIG_DM_GPIO
|
||||
#define CONFIG_AT91_GPIO
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue