From: Sonic Zhang Date: Mon, 18 Nov 2013 06:01:38 +0000 (+0800) Subject: blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e45eb6b960e4ae062a533c960f2dab557637cecd;p=project%2Fbcm63xx%2Fu-boot.git blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1 Signed-off-by: Sonic Zhang --- diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index 3c9eeb58a3..7f27eda416 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)