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
@ -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 New Issue
Block a user