diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-11-18 14:01:38 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-12-06 16:06:51 +0800 |
commit | e45eb6b960e4ae062a533c960f2dab557637cecd (patch) | |
tree | 70008f4c40d86eed8af9ca35c7a655d37a2bbea9 /include/configs | |
parent | f44483b57c49282299da0e5c10073b909cdad979 (diff) |
blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cm-bf548.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index 3c9eeb58a39..7f27eda416d 100644 --- a/include/configs/cm-bf548.h +++ b/include/configs/cm-bf548.h @@ -118,6 +118,8 @@ #define CONFIG_BOOTCOMMAND "run flashboot" #define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20040000\0" +#define CONFIG_ADI_GPIO2 + #ifndef __ADSPBF542__ /* Don't waste time transferring a logo over the UART */ # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART) |